chore: semantic padding

This commit is contained in:
Cory Dransfeldt 2024-09-02 11:02:11 -07:00
parent f0e3f15c93
commit ad70959201
No known key found for this signature in database
8 changed files with 22 additions and 12 deletions

View file

@ -15,7 +15,7 @@ textarea {
background-color: var(--background-color);
border: var(--border-default);
border-radius: var(--border-radius-slight);
padding: var(--sizing-sm);
padding: var(--padding-sm);
width: 100%;
}