Skip to content

Commit

Permalink
feat(ref): added minor style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TrofimovAnton85 committed Oct 3, 2024
1 parent ac748c8 commit cf60275
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/ParserOpenRPC/ProjectsBox/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
--select-value-color: #BBC0C5;
--select-label-color: #fff;
--select-item-hover: #000;
--select-color-title: #fff;
}

:root[data-theme="light"] {
--select-bg: #fff;
--select-value-color: #24272A;
--select-label-color: #24272A;
--select-item-hover: #BBC0C5;
--select-color-title: #24272A;
}

.selectWrapper {
Expand All @@ -33,7 +35,7 @@
justify-content: center;
align-items: center;
background-color: var(--select-bg);
color: #ffffff;
color: var(--select-color-title);
}

.selectDropdown {
Expand Down

0 comments on commit cf60275

Please sign in to comment.