Skip to content

Commit

Permalink
minor changes & cleanup.
Browse files Browse the repository at this point in the history
Signed-off-by: krishna2323 <belivethatkg@gmail.com>
  • Loading branch information
Krishna2323 committed Sep 19, 2024
1 parent 3dda855 commit 115b2fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/components/EmptyStateComponent/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ type SharedProps<T> = {
subtitle: string | React.ReactNode;
buttonText?: string;
buttonAction?: () => void;
pressOnEnter?: boolean;
containerStyles?: StyleProp<ViewStyle>;
headerStyles?: StyleProp<ViewStyle>;
headerMediaType: T;
Expand Down
3 changes: 1 addition & 2 deletions src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5161,6 +5161,7 @@ const styles = (theme: ThemeColors) =>

emptyFolderDarkBG: {
backgroundColor: '#782c04',
height: 220,
},

emptyStateVideo: {
Expand All @@ -5176,8 +5177,6 @@ const styles = (theme: ThemeColors) =>
emptyStateFolderWebStyles: {
...sizing.w100,
minWidth: 400,
...spacing.mtAuto,
...spacing.mbAuto,
...flex.alignItemsCenter,
...flex.justifyContentCenter,
...display.dFlex,
Expand Down

0 comments on commit 115b2fc

Please sign in to comment.