From d834057eceb6a8c88c470f59f9645fc066f65a44 Mon Sep 17 00:00:00 2001 From: Mohamadzadeh <7796733@gmail.com> Date: Thu, 9 Jul 2026 18:28:51 +0330 Subject: [PATCH] test GBadge online changing --- dist/remote/GBadge.js | 4 ++-- src/remote/ui/GBadge.remote.jsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/remote/GBadge.js b/dist/remote/GBadge.js index 24f5bef..e23c8f4 100644 --- a/dist/remote/GBadge.js +++ b/dist/remote/GBadge.js @@ -19162,8 +19162,8 @@ const zB = "data:font/woff2;base64,d09GMgABAAAAAfxQABEAAAAGSRAAAfviAAEAAAAAAAAAA fontSize: "sm", colorScheme: "teal", variant: "subtle", - px: 3, - py: 2, + px: 30, + py: 20, borderRadius: "lg", whiteSpace: "nowrap", textOverflow: "ellipsis", diff --git a/src/remote/ui/GBadge.remote.jsx b/src/remote/ui/GBadge.remote.jsx index 5295859..0f5db2c 100644 --- a/src/remote/ui/GBadge.remote.jsx +++ b/src/remote/ui/GBadge.remote.jsx @@ -9,8 +9,8 @@ const GBadge = ({ children, ...props }) => { fontSize="sm" colorScheme="teal" variant="subtle" - px={3} - py={2} + px={30} + py={20} borderRadius="lg" whiteSpace="nowrap" textOverflow="ellipsis"