Fix: Solid icons in server settings

This commit is contained in:
nizune
2021-07-06 00:06:03 +02:00
parent 2e270dadc1
commit 62c4371586
3 changed files with 15 additions and 7 deletions

View File

@@ -33,6 +33,7 @@ export default styled.button<Props>`
}
&:disabled {
cursor: not-allowed;
background: var(--primary-background);
}
@@ -50,6 +51,7 @@ export default styled.button<Props>`
}
&:disabled {
cursor: not-allowed;
opacity: .5;
}
@@ -69,6 +71,7 @@ export default styled.button<Props>`
}
&:disabled {
cursor: not-allowed;
background: var(--secondary-header);
}
@@ -89,6 +92,7 @@ export default styled.button<Props>`
}
&:disabled {
cursor: not-allowed;
background: var(--error);
}
`}