We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7107a commit 995d797Copy full SHA for 995d797
src/components/TapePlayer/TapeButton.tsx
@@ -33,7 +33,7 @@ export default function TapeButton({
33
: '-translate-y-1 hover:-translate-y-1.5 active:translate-y-0 rounded bg-primary active:bg-[#dcdcd3] dark:active:bg-[#2d2d36] border-primary/80 active:border-primary'
34
}`}
35
>
36
- <div className="text-xl font-bold text-secondary leading-none">{icon}</div>
+ <div className="text-xl text-secondary leading-none">{icon}</div>
37
</div>
38
39
{label && <div className="text-[9px] font-bold text-secondary uppercase tracking-wide">{label}</div>}
0 commit comments