Skip to content

Commit

Permalink
lint fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
pratyush1718 committed Feb 16, 2024
1 parent 0a7c142 commit 58694b4
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions dfm-sideline-sidekick-app/components/barStyles.tsx
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
import { StyleSheet } from "react-native";

const styles = StyleSheet.create({
bottomBar: {
flexDirection: "row",
justifyContent: "space-around",
alignItems: "center",
backgroundColor: "#f0f0f0",
padding: 8,
position: "absolute",
bottom: 0,
left: 0,
right: 0,
height: 79,
},
});
bottomBar: {
flexDirection: "row",
justifyContent: "space-around",
alignItems: "center",
backgroundColor: "#f0f0f0",
padding: 8,
position: "absolute",
bottom: 0,
left: 0,
right: 0,
height: 79,
},
});

export default styles;
export default styles;

0 comments on commit 58694b4

Please sign in to comment.