Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaniVora committed Oct 13, 2024
1 parent 1bd203b commit 3c48611
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles/settings.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { StyleSheet } from "react-native";
import '@fontsource/poppins';
import "@fontsource/poppins";

const SettingsStyle = StyleSheet.create({
root: {
Expand Down Expand Up @@ -49,7 +49,7 @@ const SettingsStyle = StyleSheet.create({
width: 150,
height: 30,
padding: 0,
borderColor: "transparent"
borderColor: "transparent",
},
buttonText: {
fontFamily: "Poppins",
Expand Down Expand Up @@ -103,4 +103,4 @@ const SettingsStyle = StyleSheet.create({
marginBottom: 10,
},
});
export default SettingsStyle;
export default SettingsStyle;

0 comments on commit 3c48611

Please sign in to comment.