We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5badee7 commit 35fec86Copy full SHA for 35fec86
src/components/colorSwatch/index.js
src/components/colorSwatch/index.tsx
@@ -230,7 +230,7 @@ function createStyles({color = DEFAULT_COLOR}) {
230
container: {
231
backgroundColor: color,
232
borderWidth: Colors.isTransparent(color) ? undefined : 1,
233
- borderColor: Colors.rgba(Colors.$outlineDisabledHeavy, 0.2),
+ borderColor: Colors.rgba(Colors.$outlineNeutralHeavy, 1),
234
margin: SWATCH_MARGIN,
235
overflow: 'hidden'
236
},
0 commit comments