Skip to content

Commit

Permalink
fix(styles): fix incorrect icon size with Dialog close buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker committed Jan 30, 2024
1 parent 6628503 commit 21d7f35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/styles/dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
}

.Dialog__close svg {
height: 100%;
width: 100%;
/* match icon size with height/width of button */
--icon-size: 100%;
}

.cauldron--theme-dark .Dialog__close {
Expand Down

0 comments on commit 21d7f35

Please sign in to comment.