chore: border radii

This commit is contained in:
Cory Dransfeldt 2024-01-15 21:00:02 -08:00
parent df2acd2f84
commit 813021f082
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View file

@ -25,7 +25,7 @@
height: 100%;
width: 100%;
border: 1px solid var(--accent-color);
border-radius: var(--rounded-lg);
border-radius: var(--rounded-md);
overflow: hidden;
transition-property: border-color;
transition-timing-function: var(--transition-ease-in-out);