Skip to content

Commit

Permalink
adjust xs button
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Nov 28, 2023
1 parent f98c0fd commit 8143f24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/theme/components/Button/button.recipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const button = defineRecipe({

size: {
xs: {
h: "8",
h: "6",
minW: "8",
textStyle: "xs",
px: "1",
Expand Down
2 changes: 1 addition & 1 deletion web/styled-system/tokens/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@
--colors-fg-muted: var(--colors-gray-600);
--colors-fg-subtle: var(--colors-gray-500);
--colors-fg-disabled: var(--colors-gray-400);
--colors-border-default: var(--colors-gray-400);
--colors-border-default: var(--colors-black-alpha-200);
--colors-border-muted: var(--colors-gray-500);
--colors-border-subtle: var(--colors-gray-300);
--colors-border-disabled: var(--colors-gray-400);
Expand Down

0 comments on commit 8143f24

Please sign in to comment.