Add icon to ThemeSwitcher.jsx

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-12-09 11:43:57 +01:00
parent 1c80e61329
commit 16e91eed9f
4 changed files with 90 additions and 5 deletions
@@ -0,0 +1,12 @@
.themeBtn {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 5px;
}
.themeIcon {
height: 20px;
width: 20px;
}