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"