ags: lot of stuff lmao

This commit is contained in:
retrozinndev
2025-02-28 10:21:37 -03:00
parent ff4365ab6d
commit 1a1a5d63f8
31 changed files with 748 additions and 217 deletions
+2 -2
View File
@@ -20,11 +20,11 @@ export function Separator(props: SeparatorProps) {
}
.separator-horizontal {
padding-bottom: ${props.size || 1 }px;
margin: 7px 4px;
margin: 4px 4px;
}
.separator-vertical {
padding-right: ${props.size || 1 }px;
margin: 4px 7px;
margin: 7px 7px;
}`,
} as Widget.BoxProps);
}