Skip to content

Commit

Permalink
theme-dark, theme-light: Button.scss => revert the height of the new …
Browse files Browse the repository at this point in the history
…theme neomjs#5449
  • Loading branch information
tobiu committed Jun 22, 2024
1 parent 416cb5b commit 419e51c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/scss/theme-dark/button/Base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $text-color : #bbb;
--button-glyph-color-active : #{$text-color};
--button-glyph-color-disabled : #{$text-color};
--button-glyph-color-hover : #{$text-color};
--button-height : inherit;
--button-height : initial;
--button-margin : 2px;
--button-opacity-disabled : var(--neo-disabled-opacity);
--button-outline-active : none;
Expand Down
2 changes: 1 addition & 1 deletion resources/scss/theme-light/button/Base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $text-color : #1c60a0;
--button-glyph-color-active : #{$text-color};
--button-glyph-color-disabled : #{$text-color};
--button-glyph-color-hover : #{$text-color};
--button-height : inherit;
--button-height : initial;
--button-margin : 2px;
--button-opacity-disabled : var(--neo-disabled-opacity);
--button-outline-active : none;
Expand Down

0 comments on commit 419e51c

Please sign in to comment.