Skip to content

Commit

Permalink
💄 Banner : update buttons color
Browse files Browse the repository at this point in the history
  • Loading branch information
clementdejoie committed Jul 17, 2024
1 parent b641791 commit a0e236e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/alert/Alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ const Alert = ({
</View>
<View style={styles.actionsContainer}>
{onButtonPress && buttonText && (
<Button onPress={onButtonPress}>{buttonText}</Button>
<Button status={status} onPress={onButtonPress}>
{buttonText}
</Button>
)}
{onDismiss && (
<Pressable
Expand Down

0 comments on commit a0e236e

Please sign in to comment.