Skip to content

Commit de5a345

Browse files
committed
Merge branch 'master' into release
2 parents 8657002 + 3a6f5b5 commit de5a345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/colorSwatch/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ function createStyles({color = DEFAULT_COLOR}) {
230230
container: {
231231
backgroundColor: color,
232232
borderWidth: Colors.isTransparent(color) ? undefined : 1,
233-
borderColor: Colors.rgba(Colors.$outlineDisabledHeavy, 0.2),
233+
borderColor: Colors.rgba(Colors.$outlineNeutralHeavy, 1),
234234
margin: SWATCH_MARGIN,
235235
overflow: 'hidden'
236236
},

0 commit comments

Comments
 (0)