Skip to content

Commit

Permalink
chore(kt-button): increase small height from 24px to 28px
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagoballadares committed Feb 21, 2024
1 parent 08b3b9c commit b9a7fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kotti-ui/source/kotti-button/KtButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default defineComponent({
--default-button-height: var(--unit-8);
--default-button-line-height: var(--unit-6);
--large-button-height: var(--unit-9);
--small-button-height: var(--unit-6);
--small-button-height: var(--unit-7);
--button-main-color: var(--interactive-01);
--button-main-color-dark: var(--interactive-01-hover);
--button-main-color-light: var(--interactive-02-hover);
Expand Down

0 comments on commit b9a7fa7

Please sign in to comment.