switch to menu component

This commit is contained in:
Philipinho
2026-02-06 21:32:42 -08:00
parent a27e683e06
commit 3b218d31ed
3 changed files with 47 additions and 30 deletions
@@ -4,6 +4,14 @@
width: 100%;
min-height: 2.25rem;
}
.menuItemSelected {
background-color: var(--mantine-color-gray-1);
@mixin dark {
background-color: var(--mantine-color-dark-5);
}
}
.resultPreviewWrapper {
*:first-child {
margin-top: 0;