Skip to content

Commit

Permalink
ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hustlernik committed Jan 20, 2025
1 parent 0bc0e95 commit 2fdd695
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/style/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@
--people-card-container-border: #eaebef;
--people-card-container-bg: #fff;
--background-color: #fff;
--dropdown-shadow: #0000004c;
--dropdown-color: #555555;

/* Font Sizes */
--font-size-header: 16px;
Expand Down Expand Up @@ -351,9 +353,9 @@
:disabled,
:checked
) {
box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.3);
box-shadow: 2.5px 2.5px 2.5px var(--dropdown-shadow);
border: 1px solid var(--brown-color) !important;
color: var(--brown-color) !important;
color: var(--dropdown-color) !important;
}

.dropdown:is(:focus, :focus-visible) {
Expand Down

0 comments on commit 2fdd695

Please sign in to comment.