From 766c973bf84de3cec5562873f847ed4978839d98 Mon Sep 17 00:00:00 2001 From: Brama Udi Date: Fri, 8 Mar 2024 19:50:46 +0700 Subject: [PATCH] qty color --- src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.css b/src/index.css index 728e696b..42eef4ab 100644 --- a/src/index.css +++ b/src/index.css @@ -6,6 +6,10 @@ @tailwind components; @tailwind utilities; +.am { + @apply ml-1 text-gray-400; +} + .coin { white-space: nowrap; }