test GBadge online changing
All checks were successful
Build and Deploy Next.js + Nginx Docker Image / build-and-deploy (push) Successful in 48s
Build and Deploy Next.js + Nginx Docker Image / deploy (push) Successful in 7s

This commit is contained in:
Mohamadzadeh 2026-07-09 18:28:51 +03:30
parent 2f570b9ae9
commit d834057ece
2 changed files with 4 additions and 4 deletions

View File

@ -19162,8 +19162,8 @@ const zB = "data:font/woff2;base64,d09GMgABAAAAAfxQABEAAAAGSRAAAfviAAEAAAAAAAAAA
fontSize: "sm", fontSize: "sm",
colorScheme: "teal", colorScheme: "teal",
variant: "subtle", variant: "subtle",
px: 3, px: 30,
py: 2, py: 20,
borderRadius: "lg", borderRadius: "lg",
whiteSpace: "nowrap", whiteSpace: "nowrap",
textOverflow: "ellipsis", textOverflow: "ellipsis",

View File

@ -9,8 +9,8 @@ const GBadge = ({ children, ...props }) => {
fontSize="sm" fontSize="sm"
colorScheme="teal" colorScheme="teal"
variant="subtle" variant="subtle"
px={3} px={30}
py={2} py={20}
borderRadius="lg" borderRadius="lg"
whiteSpace="nowrap" whiteSpace="nowrap"
textOverflow="ellipsis" textOverflow="ellipsis"