Skip to content

Commit

Permalink
style(button.css): add missing button-search-height CSS variable with…
Browse files Browse the repository at this point in the history
… fallback value of 3.125rem
  • Loading branch information
schmidt1024 committed Sep 4, 2024
1 parent a87ff8b commit fc5ae2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/css/components/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,5 @@
--button-search-padding: var(--mdx-comp-button-secondary-medium-padding-vertical-default) var(--mdx-comp-button-secondary-medium-padding-horizontal-default);
--button-search-icon-search-color-custom: var(--mdx-base-color-klubschule-blue-600);
--button-search-icon-search-color-hover-custom: var(--mdx-base-color-klubschule-blue-600);
--button-search-height: var(--button-primary-height, 3.125rem); /* mdx token missing */
}

0 comments on commit fc5ae2b

Please sign in to comment.