Refactored layout. Added NavBar component.
This commit is contained in:
8
components/buttons/ThemeSetting.module.css
Normal file
8
components/buttons/ThemeSetting.module.css
Normal file
@@ -0,0 +1,8 @@
|
||||
.buttons {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.active {
|
||||
border: 2px solid var(--primary400);
|
||||
}
|
||||
Reference in New Issue
Block a user