Skip to content

Commit e859abe

Browse files
author
Joshua Stübner
committed
fix(ui): fix selection color
1 parent 6f0eebf commit e859abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/styles/utils/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
::selection,
203203
::target-text {
204204
background-color: var(--color-brand-primary-base);
205-
color: var(--color-brand-primary-emphasis);
205+
color: var(--color-brand-primary-contrast);
206206
}
207207

208208
:where(a, .nc-link) {

0 commit comments

Comments
 (0)