mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-10 04:57:28 +02:00
♻️ Standard avatar sizes (#1375)
This commit is contained in:
parent
b0e0a8f09c
commit
3c340bdf90
16 changed files with 120 additions and 275 deletions
|
@ -39,8 +39,11 @@ const flexVariants = cva("box-border flex justify-start", {
|
|||
},
|
||||
gap: {
|
||||
none: "gap-0",
|
||||
md: "gap-2.5",
|
||||
lg: "gap-4",
|
||||
xs: "gap-1",
|
||||
sm: "gap-2",
|
||||
md: "gap-4",
|
||||
lg: "gap-6",
|
||||
xl: "gap-8",
|
||||
},
|
||||
},
|
||||
defaultVariants: {
|
||||
|
@ -48,7 +51,7 @@ const flexVariants = cva("box-border flex justify-start", {
|
|||
align: "center",
|
||||
justify: "start",
|
||||
wrap: "noWrap",
|
||||
gap: "md",
|
||||
gap: "none",
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue