Skip to content

Commit

Permalink
refactor: clean up unnecessary styling, make Rithm Icon dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-denary committed Jun 1, 2023
1 parent 2b36a65 commit 73f654d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import RithmIcon from "./RithmIcon";
function NavBar({ }) {
return (
<View style={styles.navBar}>
<RithmIcon/>
<RithmIcon width={63} height={53} fillColor={"#000000"}/>
</View>
);
}
Expand All @@ -24,8 +24,6 @@ const styles = StyleSheet.create({
marginTop: StatusBar.currentHeight || 0,
justifyContent: "center",
alignItems: "center",
padding: 15,
color: "#ffffff",
}
});

Expand Down

0 comments on commit 73f654d

Please sign in to comment.