From 354cac3b2730dd1825b37bdc5e263a02586abd50 Mon Sep 17 00:00:00 2001 From: Hyko Date: Wed, 22 Apr 2026 19:46:34 -0400 Subject: [PATCH] style(ui): increase button md size text from 12px to 13px --- src/shared/components/Button.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shared/components/Button.js b/src/shared/components/Button.js index a7f97ce..ff0bd4e 100644 --- a/src/shared/components/Button.js +++ b/src/shared/components/Button.js @@ -28,13 +28,13 @@ const Button = ({ const sizes = { sm: '', - md: 'px-[12px] py-[7px] text-[12px] gap-1.5', + md: 'px-[12px] py-[7px] text-[13px] gap-1.5', lg: '' }; const iconOnlySizes = { sm: '', - md: 'p-[7px] text-[12px]', + md: 'p-[7px] text-[13px]', lg: '' };