From 0a954547b2bb8136c97f3a697274319751e046ed Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 5 Jan 2022 12:00:43 +0100 Subject: chore: replace theme button with settings I plan to add more user settings so theme options should be inside settings. --- src/components/Icons/Theme/Theme.tsx | 54 ------------------------------------ 1 file changed, 54 deletions(-) delete mode 100644 src/components/Icons/Theme/Theme.tsx (limited to 'src/components/Icons/Theme/Theme.tsx') diff --git a/src/components/Icons/Theme/Theme.tsx b/src/components/Icons/Theme/Theme.tsx deleted file mode 100644 index 6b6c8d0..0000000 --- a/src/components/Icons/Theme/Theme.tsx +++ /dev/null @@ -1,54 +0,0 @@ -import styles from './Theme.module.scss'; - -const ThemeIcon = () => { - return ( - - - - - - - - - - - - - ); -}; - -export default ThemeIcon; -- cgit v1.2.3