paloma99 commited on
Commit
aef10ca
·
verified ·
1 Parent(s): 217a091

Update theme.py

Browse files
Files changed (1) hide show
  1. theme.py +1 -2
theme.py CHANGED
@@ -5,7 +5,6 @@ from typing import Iterable
5
  from gradio.themes.base import Base
6
  from gradio.themes.utils import colors, fonts, sizes
7
 
8
-
9
  class Theme(Base):
10
  def __init__(
11
  self,
@@ -56,7 +55,7 @@ class Theme(Base):
56
  input_background_fill_dark="#d3e3c3", # Fondo de entrada oscura en tonos pasteles de verde
57
  # Button Colors
58
  button_primary_background_fill="#66814a",
59
- button_primary_background_fill_hover='#92b96a',
60
  button_primary_text_color="rgb(243, 239, 224)",
61
  button_primary_background_fill_dark="green",
62
  button_primary_background_fill_hover_dark="green",
 
5
  from gradio.themes.base import Base
6
  from gradio.themes.utils import colors, fonts, sizes
7
 
 
8
  class Theme(Base):
9
  def __init__(
10
  self,
 
55
  input_background_fill_dark="#d3e3c3", # Fondo de entrada oscura en tonos pasteles de verde
56
  # Button Colors
57
  button_primary_background_fill="#66814a",
58
+ button_primary_background_fill_hover='#d3e3c3',
59
  button_primary_text_color="rgb(243, 239, 224)",
60
  button_primary_background_fill_dark="green",
61
  button_primary_background_fill_hover_dark="green",