Skip to content

Commit

Permalink
fix: icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroidoruido committed May 27, 2024
1 parent 49fd740 commit 754c1af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions steps/common/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ article.MuiCard-root {

& > svg.MuiSvgIcon-root {
vertical-align: text-bottom;
width: 24px;
height: 24px;
color: var(--theme--color-secondary-background);
}
}
Expand Down

0 comments on commit 754c1af

Please sign in to comment.