Fix dark border color

This commit is contained in:
Chewbacca
2023-06-01 12:41:23 -04:00
parent 27a5c533b5
commit b45d1ea7fa
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[data-reach-menu-popover] {
@apply origin-top-right rtl:origin-top-left absolute mt-2 rounded-md shadow-lg bg-white dark:bg-gray-900 dark:ring-2 dark:ring-primary-700 focus:outline-none z-[1003];
@apply origin-top-right rtl:origin-top-left absolute mt-2 rounded-md shadow-lg bg-white dark:bg-gray-900 dark:ring-2 dark:ring-gray-800 focus:outline-none z-[1003];
}
[data-reach-menu-button] {