Skip to content

Commit

Permalink
Change textinput button height (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
lindskogen authored Dec 1, 2023
1 parent 38f23ac commit 6398032
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.textInputButton {
composes: button from "./common/BaseButton.module.css";

--swui-button-height-small: 18px;
--swui-button-height-small: 20px;
--swui-button-height-medium: 30px;
--swui-button-height-large: 42px;
--swui-button-height-larger: 66px;
Expand Down

0 comments on commit 6398032

Please sign in to comment.