fix: use the new popover instead of custom dropdown for whiteboards

This commit is contained in:
Tienson Qin
2024-06-03 16:59:33 +08:00
parent 662679fae7
commit 8626710a2f
5 changed files with 32 additions and 102 deletions

View File

@@ -314,8 +314,6 @@ html.is-mobile {
.form-input {
@apply block w-full mt-1 pl-2 sm:text-sm sm:leading-5 rounded bg-background border border-gray-07;
@apply focus:border-input focus-visible:ring-ring focus-visible:outline-none focus-visible:ring-offset-2;
@apply focus-visible:ring-2 ring-offset-background;
&.is-small {
@apply py-1.5 sm:leading-4 sm:text-xs;
@@ -374,4 +372,4 @@ html.is-mobile {
input[type='range'] {
accent-color: var(--lx-accent-10, var(--rx-blue-10));
}
}