Skip to content

Commit

Permalink
[refactor] color
Browse files Browse the repository at this point in the history
  • Loading branch information
Keisuke Izumiya committed Mar 21, 2024
1 parent b935dd6 commit 68d11c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pon2pkg/app/color.nim
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ when defined(js):
color.red.toHex(2),
color.green.toHex(2),
color.blue.toHex(2),
color.alpha.toHex(2)
color.alpha.toHex(2),
]
else:
import nigui
Expand Down

0 comments on commit 68d11c9

Please sign in to comment.