Skip to content

Commit

Permalink
fixes snackbar colors
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolvermamm committed Feb 3, 2022
1 parent 8112f3d commit 8ea325e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fun DefaultSnackbar(
}
}
},
backgroundColor = Color.White
backgroundColor = PraxisColorProvider.colors.uiBackground
)
},
modifier = modifier
Expand Down

0 comments on commit 8ea325e

Please sign in to comment.