Fix dark border color
This commit is contained in:
@@ -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] {
|
||||
|
||||
Reference in New Issue
Block a user