✨(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:
committed by
aleb_the_flash
parent
e535040ac6
commit
7c46029f87
@@ -91,6 +91,9 @@ export const text = cva({
|
||||
sm: {
|
||||
marginBottom: 0.5,
|
||||
},
|
||||
md: {
|
||||
marginBottom: 1,
|
||||
},
|
||||
},
|
||||
fullWidth: {
|
||||
true: {
|
||||
|
||||
Reference in New Issue
Block a user