feat: Update currency parsing methods and enhance showcase styling

This commit is contained in:
Firman Ramdhani
2026-01-28 17:24:57 +07:00
parent 883f42f598
commit 47f365d1a7
5 changed files with 13 additions and 13 deletions
@@ -64,7 +64,7 @@ export default function Showcase() {
Active Status: <span className="text-blue-600">{selectedStatus}</span>
</div>
<div className="space-y-12 ">
<div className="space-y-12 p-8 ">
<CheckboxShowcase status={selectedStatus} />
<InputShowCase status={selectedStatus} />
</div>