Skip to content

Commit

Permalink
fix(stacking): dialog color (#3254)
Browse files Browse the repository at this point in the history
  • Loading branch information
banklesss authored May 13, 2024
1 parent c4f21e0 commit 4d75416
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const useAlertStyles = () => {
const {color, typography} = theme
const alertStyles = StyleSheet.create({
container: {
backgroundColor: color.magenta[500],
backgroundColor: '#ff10510f', // not in theme. deprecated.
borderRadius: 8,
padding: 16,
},
Expand Down

0 comments on commit 4d75416

Please sign in to comment.