Spaces:
Running
Running
zach
commited on
Commit
·
d1e1e15
1
Parent(s):
a265e4f
updates custom theme primary and secondary button colors
Browse files- src/theme.py +5 -5
src/theme.py
CHANGED
@@ -72,19 +72,19 @@ class CustomTheme(Base):
|
|
72 |
input_border_width='1px',
|
73 |
|
74 |
# --- Primary Button ---
|
75 |
-
button_primary_background_fill='#
|
76 |
# button_primary_background_fill_dark='',
|
77 |
-
button_primary_background_fill_hover='#
|
78 |
# button_primary_background_fill_hover_dark='',
|
79 |
button_primary_text_color='#FFFFFF',
|
80 |
# button_primary_text_color_dark='',
|
81 |
|
82 |
# --- Secondary Button ---
|
83 |
-
button_secondary_background_fill='#
|
84 |
# button_secondary_background_fill_dark='#4B5563',
|
85 |
-
button_secondary_background_fill_hover='#
|
86 |
# button_secondary_background_fill_hover_dark='#374151',
|
87 |
-
button_secondary_text_color='#
|
88 |
# button_secondary_text_color_dark='#FFFFFF',
|
89 |
|
90 |
# --- Cancel Button ---
|
|
|
72 |
input_border_width='1px',
|
73 |
|
74 |
# --- Primary Button ---
|
75 |
+
button_primary_background_fill='#7E22CE',
|
76 |
# button_primary_background_fill_dark='',
|
77 |
+
button_primary_background_fill_hover='#9333EA',
|
78 |
# button_primary_background_fill_hover_dark='',
|
79 |
button_primary_text_color='#FFFFFF',
|
80 |
# button_primary_text_color_dark='',
|
81 |
|
82 |
# --- Secondary Button ---
|
83 |
+
button_secondary_background_fill='#222222',
|
84 |
# button_secondary_background_fill_dark='#4B5563',
|
85 |
+
button_secondary_background_fill_hover='#3F3F3F',
|
86 |
# button_secondary_background_fill_hover_dark='#374151',
|
87 |
+
button_secondary_text_color='#FFFFFF',
|
88 |
# button_secondary_text_color_dark='#FFFFFF',
|
89 |
|
90 |
# --- Cancel Button ---
|