add padding + margin

This commit is contained in:
JMARyA 2025-01-15 19:20:46 +01:00
parent e9a9dad037
commit b1c6ab8b7d
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
7 changed files with 230 additions and 22 deletions
src/ui/primitives

View file

@ -9,6 +9,7 @@ pub mod header;
pub mod image;
pub mod input;
pub mod link;
pub mod margin;
pub mod padding;
pub mod rounded;
pub mod shadow;