diff --git a/src/Components/VoteButton/VoteButton.tsx b/src/Components/VoteButton/VoteButton.tsx index 99ea2c7..00897ab 100644 --- a/src/Components/VoteButton/VoteButton.tsx +++ b/src/Components/VoteButton/VoteButton.tsx @@ -2,7 +2,7 @@ import { MdLocalFireDepartment } from 'react-icons/md' import Button from 'src/Components/Button/Button' import { useAppSelector, usePressHolder } from 'src/utils/hooks' import { ComponentProps, useRef, useState } from 'react' -import styles from './styles.module.css' +import styles from './styles.module.scss' import { random, randomItem, numberFormatter } from 'src/utils/helperFunctions' import { useDebouncedCallback, useThrottledCallback } from '@react-hookz/web' @@ -183,6 +183,7 @@ export default function VoteButton({ ${fillType === 'radial' && styles.color_overlay__radial} `} > +