update multiselect styles

This commit is contained in:
jeffvli
2025-12-28 15:07:57 -08:00
parent ffdef596ad
commit 109788ebbb
5 changed files with 30 additions and 8 deletions
@@ -84,11 +84,11 @@
position: absolute;
top: 50%;
left: 2px;
width: 4px;
width: 2px;
height: 50%;
content: '';
background-color: var(--theme-colors-primary-filled);
border-radius: var(--theme-border-radius-xl);
border-radius: var(--theme-radius-xl);
transform: translateY(-50%);
}
}