Skip to content

Commit b920c31

Browse files
committed
fix keyboard navigation
1 parent 50d4d80 commit b920c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/styles/components/_preferences.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ input[type="number"]::-webkit-outer-spin-button {
205205
}
206206
}
207207
.preference__radio-button:focus-visible + .preference__option {
208-
outline: 2px solid #3B99FC;
208+
outline: 2px solid $dodgerblue;
209209
outline-offset: 2px;
210210
border-radius: 4px;
211211
}

0 commit comments

Comments
 (0)