Skip to content

Commit

Permalink
Update borderFocus to ADMIN.theme
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Sep 13, 2023
1 parent a6a2809 commit 490cb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/utils/colors-values.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const UI = {
backgroundDisabled: GRAY[ 100 ],
border: GRAY[ 600 ],
borderHover: GRAY[ 700 ],
borderFocus: ADMIN.themeDark10,
borderFocus: ADMIN.theme,
borderDisabled: GRAY[ 400 ],
textDisabled: GRAY[ 600 ],
textDark: white,
Expand Down

0 comments on commit 490cb1a

Please sign in to comment.