Skip to content

Commit b5db2e7

Browse files
committed
fix: styling for shortcut keys chip
1 parent a84c3b9 commit b5db2e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Common/Tooltip/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
& .shortcut-keys__chip {
1010
border-radius: 4px;
11-
border: 0.5px solid var(--N200);
12-
background: var(--N800);
11+
border: 0.5px solid var(--white-40);
12+
background: var(--black-40);
1313
box-shadow: 0px 2px 0px 0px var(--black-20);
1414
padding: 0 2px;
1515
min-width: 16px;

0 commit comments

Comments
 (0)