Use color variables

This commit is contained in:
Robin Townsend
2022-06-01 10:41:12 -04:00
parent ddac2ba5ef
commit 25bde3560b
2 changed files with 4 additions and 2 deletions

View File

@@ -142,8 +142,8 @@ export const PTTButton: React.FC<Props> = ({
},
});
const shadowColor = showTalkOverError
? "rgba(255, 91, 85, 0.2)"
: "rgba(13, 189, 139, 0.2)";
? "var(--alert-20)"
: "var(--primaryColor-20)";
return (
<animated.button