datasciencedojo commited on
Commit
386b94c
1 Parent(s): 37a2876

submit button hover color updated

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ div[data-testid="label"] {height: 18rem !important; overflow-x : hidden !importa
78
  top: 0px;
79
  padding: 0px;
80
  cursor: pointer !important;
81
- background: none rgb(37, 56, 133) !important;
82
  border: none !important;
83
  text-align: center !important;
84
  font-size: 14px !important;
 
78
  top: 0px;
79
  padding: 0px;
80
  cursor: pointer !important;
81
+ background: none rgb(66, 133, 244) !important;
82
  border: none !important;
83
  text-align: center !important;
84
  font-size: 14px !important;