Skip to content

Commit 22d07f6

Browse files
committed
Changed toast action button left border
1 parent 6ed014a commit 22d07f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/incubator/toast/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ const styles = StyleSheet.create({
270270
marginRight: Spacings.s3
271271
},
272272
action: {
273-
borderLeftColor: Colors.$outlineDisabled,
273+
borderLeftColor: Colors.$outlineDisabledHeavy,
274274
borderLeftWidth: 1,
275275
borderTopRightRadius: BorderRadiuses.br40,
276276
borderBottomRightRadius: BorderRadiuses.br40,

0 commit comments

Comments
 (0)