Sukanth07 commited on
Commit
9aa4ec2
·
1 Parent(s): 41d3a9f

"Update background color of input, gr-button, and gr-box from #333 to #2e2e2e"

Browse files
Files changed (1) hide show
  1. src/utils.py +1 -1
src/utils.py CHANGED
@@ -17,7 +17,7 @@ css="""
17
  }
18
 
19
  input, .gr-button, .gr-box {
20
- background-color: #333 !important;
21
  color: white !important;
22
  }
23
  .container {
 
17
  }
18
 
19
  input, .gr-button, .gr-box {
20
+ background-color: #2e2e2e !important;
21
  color: white !important;
22
  }
23
  .container {