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"