Skip to content

Commit

Permalink
fix undo-redo button css regression (#3605)
Browse files Browse the repository at this point in the history
  • Loading branch information
YannanGao-gs authored Oct 16, 2024
1 parent 8c861b6 commit cba0336
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changeset/twenty-yaks-pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
'@finos/legend-lego': patch
---
5 changes: 3 additions & 2 deletions packages/legend-lego/style/application/_undo-redo-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@
@use 'mixins' as *;

.undo-redo {
@include flexVCenter;

&__button {
@include flexVCenter;

color: var(--color-light-blue-50);
margin: 0 0.5rem;
flex-direction: column;

svg {
font-size: 1.1rem;
Expand Down

0 comments on commit cba0336

Please sign in to comment.