Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Commit

Permalink
Added stylesheet for button
Browse files Browse the repository at this point in the history
  • Loading branch information
LineIndent committed Aug 31, 2023
1 parent 669ac79 commit be40fe1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/styles/_button.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from app.helpers.app_config import Config

button_css: dict = {
"bg": Config.__theme_primary__(),
"padding": "1.5rem 2rem",
}

0 comments on commit be40fe1

Please sign in to comment.