Skip to content

Commit 332875d

Browse files
authored
Toast customizations (#2798)
* Changed toast action button left border * Changed button activeBackground prop order so it can be overriden * Revert left border change as its now being overriden anyway This reverts commit 22d07f6.
1 parent e97c1e6 commit 332875d

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
@@ -141,10 +141,10 @@ const Toast = (props: PropsWithChildren<ToastProps>) => {
141141
link
142142
style={styles.action}
143143
color={Colors.$backgroundNeutralHeavy}
144+
activeBackgroundColor={Colors.$backgroundNeutral}
144145
{...action}
145146
labelStyle={Typography.bodySmallBold}
146147
accessibilityRole={'button'}
147-
activeBackgroundColor={Colors.$backgroundNeutral}
148148
testID={`${testID}-action`}
149149
/>
150150
);

0 commit comments

Comments
 (0)