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.
2 parents 8657002 + 3a6f5b5 commit de5a345Copy full SHA for de5a345
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