Skip to content

Commit b7f3165

Browse files
authored
updated css for style component (#650)
1 parent 8dd58c5 commit b7f3165

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nordcloud/gnui",
33
"description": "Nordcloud Design System - a collection of reusable React components used in Nordcloud's SaaS products",
4-
"version": "8.17.0",
4+
"version": "8.18.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

src/components/select/Select.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,16 @@ const SelectContainer = styled.div`
8282
}
8383
&--is-focused {
8484
cursor: pointer;
85-
background: ${theme.color.interactive.secondaryHover};
85+
background: ${theme.color.interactive.secondary};
8686
color: ${theme.color.text.text01};
8787
}
8888
&--is-selected {
8989
cursor: not-allowed;
90-
background: ${theme.color.interactive.secondaryHover};
90+
background: ${theme.color.interactive.secondaryActive};
9191
color: ${theme.color.text.text01};
92+
font-weight: 500;
9293
&:active {
93-
background: ${theme.color.interactive.secondaryHover};
94+
background: ${theme.color.interactive.secondaryActive};
9495
color: ${theme.color.text.text01};
9596
}
9697
}

0 commit comments

Comments
 (0)