fix: type error

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham
2026-01-30 02:32:37 -05:00
parent dba5a9c920
commit 2d7793062b
5 changed files with 21 additions and 14 deletions

View File

@@ -73,7 +73,9 @@
background: var(--light);
border: 1px solid var(--lightgray);
border-radius: 8px;
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
box-shadow:
0 4px 6px -1px rgb(0 0 0 / 0.1),
0 2px 4px -2px rgb(0 0 0 / 0.1);
overflow: hidden;
min-width: 280px;
display: none;