From 3c48611c095bcf5dbebff9d669621b3287b52e24 Mon Sep 17 00:00:00 2001 From: ShivaniVora Date: Sun, 13 Oct 2024 01:16:35 -0500 Subject: [PATCH] lint --- src/styles/settings.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles/settings.js b/src/styles/settings.js index e4aa2d97..c5406f68 100644 --- a/src/styles/settings.js +++ b/src/styles/settings.js @@ -1,5 +1,5 @@ import { StyleSheet } from "react-native"; -import '@fontsource/poppins'; +import "@fontsource/poppins"; const SettingsStyle = StyleSheet.create({ root: { @@ -49,7 +49,7 @@ const SettingsStyle = StyleSheet.create({ width: 150, height: 30, padding: 0, - borderColor: "transparent" + borderColor: "transparent", }, buttonText: { fontFamily: "Poppins", @@ -103,4 +103,4 @@ const SettingsStyle = StyleSheet.create({ marginBottom: 10, }, }); -export default SettingsStyle; \ No newline at end of file +export default SettingsStyle;