diff --git a/src/Components/VoteButton/styles.module.css b/src/Components/VoteButton/styles.module.css index 1e54a88..e2c7297 100644 --- a/src/Components/VoteButton/styles.module.css +++ b/src/Components/VoteButton/styles.module.css @@ -12,7 +12,6 @@ font-weight: bold; font-size: 21px; will-change: transform; - text-shadow: 0 0 4px #ff0707; transform: translate(-50%, 0) scale(0.5); animation: fly_value 0.5s 1 ease-out; } @@ -69,7 +68,6 @@ animation-timing-function: linear; animation-iteration-count: 1; animation-fill-mode: forwards; - filter: drop-shadow(0 0 4px); } @keyframes fly_spark_1 {