forked from abner/for-legacy-web
Add more internal CSS variables.
This commit is contained in:
@@ -63,7 +63,7 @@ const SwatchesBase = styled.div`
|
||||
const Swatch = styled.div<{ type: "small" | "large"; colour: string }>`
|
||||
flex-shrink: 0;
|
||||
cursor: pointer;
|
||||
border-radius: 4px;
|
||||
border-radius: var(--border-radius);
|
||||
background-color: ${(props) => props.colour};
|
||||
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user