Skip to content

Commit 512f37d

Browse files
authored
fix: corrected focus outline color (#4188)
1 parent 72996d9 commit 512f37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/foundations/scss/helpers/_focus.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
outline: #{variables.$db-border-width-2xs} solid
77
var(
88
--db-focus-outline-color,
9-
#{colors.$db-informational-on-bg-basic-emphasis-80-default}
9+
#{colors.$db-informational-on-bg-basic-emphasis-70-default}
1010
);
1111
outline-offset: variables.$db-border-width-xs;
1212
box-shadow: 0 0 0 #{variables.$db-border-width-xs}

0 commit comments

Comments
 (0)