Update Tailwind CSS

This commit is contained in:
adilallo
2025-08-22 16:27:34 -06:00
parent a9557ddedf
commit ff14e39f21
10 changed files with 990 additions and 204 deletions
+2 -2
View File
@@ -5,9 +5,9 @@ export default function AvatarContainer({
...props
}) {
const sizeStyles = {
small: "flex -space-x-2",
small: "flex -space-x-[var(--spacing-scale-008)]",
medium: "flex -space-x-[9px]",
large: "flex -space-x-[10px]",
large: "flex -space-x-[var(--spacing-scale-010)]",
xlarge: "flex -space-x-[13px]",
};