Skip to content

Commit

Permalink
fix: export DefaultSnackbar styles
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber committed Aug 26, 2022
1 parent f30f6b7 commit 78f3f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SnackbarComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const DEFAULT_BACKGROUND_COLOR = '#323232',
DEFAULT_BUTTON_TEXT_COLOR = '#B28FF0',
DEFAULT_TEXT_COLOR = '#CDCDCD'

const styles = StyleSheet.create({
export const styles = StyleSheet.create({
buttonText: {
color: DEFAULT_BUTTON_TEXT_COLOR,
fontWeight: '500',
Expand Down

0 comments on commit 78f3f6b

Please sign in to comment.