Skip to content

Commit

Permalink
πŸ€ fixed the dropdown look (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stiffpixels authored May 17, 2024
1 parent 349dcff commit 4f2f984
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,16 @@
color: #777777;
}

.dropdown {
--rmsc-main: #4285f4 !important;
--rmsc-selected: #474343 !important;
--rmsc-border: #838383 !important;
--rmsc-bg: #e7e7e7 !important;
--rmsc-p: 10px !important; /* Spacing */
--rmsc-radius: 4px !important; /* Radius */
--rmsc-h: 38px !important; /* Height */
}

.submit-btn {
justify-content: center;
width: 40%;
Expand Down

0 comments on commit 4f2f984

Please sign in to comment.