Skip to content

Commit

Permalink
fixing jso
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielpereirapinheiro committed Jan 16, 2025
1 parent e8c0ccd commit 59d7b3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
},
"active": {
"value": "{sema.color.pressed.background.light.value}"
}
},
"elevation": {
"default": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gestalt/src/Button.css
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ a.lgVr:focus {
}

.light {
background-color: var(--color-background-button-light-default);
background-color: var(--color-background-light);
}

.light:hover {
Expand Down
4 changes: 2 additions & 2 deletions packages/gestalt/src/ButtonLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const DEFAULT_TEXT_COLORS = {
semiTransparentWhite: 'default',
transparentWhiteText: 'inverse',
white: 'default',
light: 'light',
dark: 'dark',
light: 'dark',
dark: 'light',
} as const;

const SIZE_NAME_TO_PIXEL = {
Expand Down

0 comments on commit 59d7b3f

Please sign in to comment.