Skip to content

Commit 35fec86

Browse files
committed
Changed the color to borderColor: Colors.rgba(Colors., 1) in order to match accessability requiremnts
1 parent 5badee7 commit 35fec86

File tree

2 files changed

+1
-236
lines changed

2 files changed

+1
-236
lines changed

src/components/colorSwatch/index.js

Lines changed: 0 additions & 235 deletions
This file was deleted.

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)