Added language and theme settings.
This commit is contained in:
11
components/settings/ThemeSetting.module.css
Normal file
11
components/settings/ThemeSetting.module.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.buttons {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.buttons button {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.active {
|
||||
border: 1px solid var(--gray500);
|
||||
}
|
||||
Reference in New Issue
Block a user