(frontend) add margin option to Text primitive component

Extend Text primitive component with new margin option to provide more
flexibility in layout spacing without requiring wrapper components.
This commit is contained in:
lebaudantoine
2025-02-24 23:09:19 +01:00
committed by aleb_the_flash
parent e535040ac6
commit 7c46029f87

View File

@@ -91,6 +91,9 @@ export const text = cva({
sm: {
marginBottom: 0.5,
},
md: {
marginBottom: 1,
},
},
fullWidth: {
true: {