fix(settings): improved server settings tabs

This commit is contained in:
trashtemp
2021-12-24 22:54:46 +01:00
parent 498afe9987
commit ac45c72a06
3 changed files with 11 additions and 11 deletions

View File

@@ -66,14 +66,13 @@ const PlaceholderBase = styled.div`
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
margin-left: 30px;
margin-top: 5px;
}
.placeholder {
justify-content: center;
text-align: center;
margin: auto;
padding: 12px;
.primary {
color: var(--secondary-foreground);