Files
SAE-BUT2-frontend/src/components/ui/themeSwitcher/ThemeSwitcher.module.css
T

12 lines
176 B
CSS

.themeBtn {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 5px;
}
.themeIcon {
height: 20px;
width: 20px;
}