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",
|
fontSize: "sm",
|
||||||
colorScheme: "teal",
|
colorScheme: "teal",
|
||||||
variant: "subtle",
|
variant: "subtle",
|
||||||
px: 30,
|
px: 3,
|
||||||
py: 20,
|
py: 2,
|
||||||
borderRadius: "lg",
|
borderRadius: "lg",
|
||||||
whiteSpace: "nowrap",
|
whiteSpace: "nowrap",
|
||||||
textOverflow: "ellipsis",
|
textOverflow: "ellipsis",
|
||||||
|
|||||||
@ -9,8 +9,8 @@ const GBadge = ({ children, ...props }) => {
|
|||||||
fontSize="sm"
|
fontSize="sm"
|
||||||
colorScheme="teal"
|
colorScheme="teal"
|
||||||
variant="subtle"
|
variant="subtle"
|
||||||
px={30}
|
px={3}
|
||||||
py={20}
|
py={2}
|
||||||
borderRadius="lg"
|
borderRadius="lg"
|
||||||
whiteSpace="nowrap"
|
whiteSpace="nowrap"
|
||||||
textOverflow="ellipsis"
|
textOverflow="ellipsis"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user