Skip to content

Commit

Permalink
ColorPalette: Fix background overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Oct 16, 2024
1 parent 26e108d commit 8b69bdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/color-palette/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ $border-as-box-shadow: inset 0 0 0 $border-width rgba(0, 0, 0, 0.2);
background-position: 0 0, 24px 24px;
/*rtl:end:ignore*/
background-size: calc(2 * 24px) calc(2 * 24px);
border-radius: $radius-medium $radius-medium 0 0;
}
}

Expand Down

0 comments on commit 8b69bdf

Please sign in to comment.