Skip to content

Commit

Permalink
fix(styles): improve formatting in getStyles function in MessageSelec…
Browse files Browse the repository at this point in the history
…tionView styles
  • Loading branch information
sohailbaig committed Jan 31, 2025
1 parent 073c9dd commit 82fa8a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/MessageSelectionView/styles.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {StyleSheet} from 'react-native';
import {MD3Theme} from 'react-native-paper';

export const getStyles = (theme: MD3Theme) =>
StyleSheet.create({
export const getStyles = (theme: MD3Theme) =>
StyleSheet.create({
modalContainer: {
flex: 1,
backgroundColor: theme.colors.background,
Expand All @@ -27,4 +27,4 @@ export const getStyles = (theme: MD3Theme) =>
lineHeight: 24,
marginTop: 48,
},
});
});

0 comments on commit 82fa8a6

Please sign in to comment.