Skip to content

Commit 18d46ab

Browse files
authored
update Toast action design (#2426)
1 parent a8b433c commit 18d46ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/incubator/toast/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,8 @@ const styles = StyleSheet.create({
269269
marginRight: Spacings.s3
270270
},
271271
action: {
272-
backgroundColor: Colors.$backgroundNeutralLight,
272+
borderLeftColor: Colors.$outlineDisabled,
273+
borderLeftWidth: 1,
273274
borderTopRightRadius: BorderRadiuses.br40,
274275
borderBottomRightRadius: BorderRadiuses.br40,
275276
paddingHorizontal: Spacings.s3,

0 commit comments

Comments
 (0)