Skip to content

Commit

Permalink
fix: added the background-clip property
Browse files Browse the repository at this point in the history
  • Loading branch information
bart-krakowski committed Jul 13, 2021
1 parent ce37c7e commit f5295a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/src/blocks/ColorPalette.tsx
Expand Up @@ -81,6 +81,7 @@ const SwatchColors = styled.div(({ theme }) => ({
overflow: 'hidden',
backgroundColor: 'white',
backgroundImage: `repeating-linear-gradient(-45deg, #ccc, #ccc 1px, #fff 1px, #fff 16px)`,
backgroundClip: 'padding-box'
}));

const SwatchSpecimen = styled.div({
Expand Down

0 comments on commit f5295a2

Please sign in to comment.