Skip to content

Commit dc00ac0

Browse files
💄 - style: update multi select pill color according to better reflect design
1 parent d1497bc commit dc00ac0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/form/select/select.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@
116116
padding: 0 0.5em; // TODO: spacing-h and spacing-v are too big for this. Add more tokens or hardcode?
117117
margin: var(--mykn-select-spacing-pill);
118118
border-radius: var(--border-radius-l);
119-
background-color: var(--page-color-accent);
120-
color: var(--typography-color-link);
119+
background-color: var(--page-color-highlight);
121120
font-size: var(--typography-font-size-body-xs);
122121
line-height: var(--typography-font-size-body-xs);
123122

0 commit comments

Comments
 (0)