restore GBadge online changing
This commit is contained in:
parent
d834057ece
commit
0974e960e7
4
dist/remote/GBadge.js
vendored
4
dist/remote/GBadge.js
vendored
@ -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",
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user