datasciencedojo commited on
Commit
3b95cc3
·
1 Parent(s): e264b4b

submit button hover color updated

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ div[data-testid="label"] {overflow-x: hidden !important; overflow-y: scroll !imp
51
  top: 0px;
52
  padding: 0px;
53
  cursor: pointer !important;
54
- background: none rgb(37, 56, 133) !important;
55
  border: none !important;
56
  text-align: center !important;
57
  font-family: Poppins !important;
 
51
  top: 0px;
52
  padding: 0px;
53
  cursor: pointer !important;
54
+ background: none rgb(66, 133, 244) !important;
55
  border: none !important;
56
  text-align: center !important;
57
  font-family: Poppins !important;