update defaultBorderRadius and use rem instead of px

This commit is contained in:
Nate
2025-06-27 00:26:05 -07:00
parent 4604369fb4
commit 1ce30606ae
7 changed files with 11 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
---
globs: "gui/**/*.tsx"
---
You should try to use the `rem` CSS unit whenever possible for scalability instead of `px`.