From 0974e960e72b997dca1ccfa3a03262b1d5af1c39 Mon Sep 17 00:00:00 2001 From: Mohamadzadeh <7796733@gmail.com> Date: Thu, 9 Jul 2026 18:40:07 +0330 Subject: [PATCH] restore 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 e23c8f4..24f5bef 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: 30, - py: 20, + px: 3, + py: 2, borderRadius: "lg", whiteSpace: "nowrap", textOverflow: "ellipsis", diff --git a/src/remote/ui/GBadge.remote.jsx b/src/remote/ui/GBadge.remote.jsx index 0f5db2c..5295859 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={30} - py={20} + px={3} + py={2} borderRadius="lg" whiteSpace="nowrap" textOverflow="ellipsis"