aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Icons/Sun/Sun.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2021-12-27 11:20:26 +0100
committerArmand Philippot <git@armandphilippot.com>2021-12-27 11:20:26 +0100
commit395571bd89498fce46d37f3853cf718387fd0d9a (patch)
tree0b1a405fb82484e31f62f72485feac18ebd29ae2 /src/components/Icons/Sun/Sun.module.scss
parent7deed83dbb8835727c743662bee776794d460e74 (diff)
chore: add a theme toggle
Dark theme is not implemented yet.
Diffstat (limited to 'src/components/Icons/Sun/Sun.module.scss')
-rw-r--r--src/components/Icons/Sun/Sun.module.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/Icons/Sun/Sun.module.scss b/src/components/Icons/Sun/Sun.module.scss
new file mode 100644
index 0000000..da2de89
--- /dev/null
+++ b/src/components/Icons/Sun/Sun.module.scss
@@ -0,0 +1,8 @@
+@use "@styles/abstracts/functions" as fun;
+
+.sun {
+ fill: var(--color-primary-lighter);
+ stroke: var(--color-border);
+ stroke-width: 4;
+ width: var(--icon-size, #{fun.convert-px(25)});
+}