Skip to content

Commit

Permalink
style roll button pressed
Browse files Browse the repository at this point in the history
  • Loading branch information
dannybunschoten committed Aug 26, 2024
1 parent f22e859 commit 49cad60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export default function Home() {
<button
onClick={handleClick}
disabled={isRolling}
className="w-full rounded-lg border-2 border-black bg-red text-[36px] font-bold tracking-wider text-white"
className="w-full rounded-lg border-2 border-black bg-red text-[36px] font-bold tracking-wider text-white transition-colors disabled:border-[#A9A9A9] disabled:bg-[#D3D3D3] disabled:text-[#D3D3D3] disabled:opacity-60"
style={{
WebkitTextStroke: "4px black",
paintOrder: "stroke fill",
Expand Down

0 comments on commit 49cad60

Please sign in to comment.