Organize colors

This commit is contained in:
Robin Townsend
2022-06-01 11:48:17 -04:00
parent bab5c9aa42
commit aa45261b0d
26 changed files with 158 additions and 136 deletions

View File

@@ -143,7 +143,7 @@ export const PTTButton: React.FC<Props> = ({
});
const shadowColor = showTalkOverError
? "var(--alert-20)"
: "var(--primaryColor-20)";
: "var(--accent-20)";
return (
<animated.button