Skip to content

Commit

Permalink
chore: focus state color update
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti committed Sep 21, 2023
1 parent 4bcdbf0 commit e6117a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/fuselage/src/styles/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ $-badge-backgrounds: (

$shadow-colors: (
highlight: primary(200),
extra-light-highlight: stroke(extra-light-highlight),
danger: danger(100),
elevation-1: neutral(800, 0.1),
elevation-2x: neutral(800, 0.08),
Expand Down
4 changes: 2 additions & 2 deletions packages/fuselage/src/styles/variables/button-colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ $button-empty-focus-border-color: theme(
);
$button-empty-focus-shadow-color: theme(
'button-empty-focus-shadow-color',
colors.stroke(light)
colors.stroke(extra-light-highlight)
);
$button-empty-disabled-background-color: theme(
'button-empty-disabled-background-color',
Expand Down Expand Up @@ -508,7 +508,7 @@ $button-off-focus-border-color: theme(
);
$button-off-focus-shadow-color: theme(
'button-off-focus-shadow-color',
colors.shadow(highlight)
colors.shadow(extra-light-highlight)
);
$button-off-disabled-background-color: theme(
'button-off-disabled-background-color',
Expand Down
2 changes: 1 addition & 1 deletion packages/fuselage/src/styles/variables/input-colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $input-colors-focus-border-color: theme(
);
$input-colors-focus-shadow-color: theme(
'input-colors-focus-shadow-color',
colors.shadow(highlight)
colors.shadow(extra-light-highlight)
);

$input-colors-focus-icon-color: theme(
Expand Down

0 comments on commit e6117a3

Please sign in to comment.