datasciencedojo commited on
Commit
06b30e3
·
1 Parent(s): e8e5b05

submit button hover color updated

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ css = """
125
  top: 0px;
126
  padding: 0px;
127
  cursor: pointer !important;
128
- background: none rgb(37, 56, 133) !important;
129
  border: none !important;
130
  text-align: center !important;
131
  font-size: 14px !important;
 
125
  top: 0px;
126
  padding: 0px;
127
  cursor: pointer !important;
128
+ background: none rgb(66, 133, 244) !important;
129
  border: none !important;
130
  text-align: center !important;
131
  font-size: 14px !important;