diff --git a/src/screens/Settings.tsx b/src/screens/Settings.tsx index 72d0213..e260aae 100644 --- a/src/screens/Settings.tsx +++ b/src/screens/Settings.tsx @@ -2,9 +2,6 @@ import '../types/extension'; import {Image, StyleSheet, Switch, Text, View} from "react-native"; import { darksalmonColor, - greyColor, - indigoColor, - purpleColor, whiteColor } from "../assets/Theme"; import React from "react";