fix: user dropdown colors (#141)

fix(Base): Added missing transition-colors property to the user dropdown pill in the header component.
This commit is contained in:
stacksmash76 2022-02-17 19:09:54 +01:00 committed by GitHub
parent a18e2bc09d
commit d4d9169210
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,7 +115,9 @@ export default function Base() {
<Menu.Button
className={classNames(
open ? "bg-gray-200 dark:bg-gray-800" : "",
"text-gray-800 dark:text-gray-300 max-w-xs rounded-full flex items-center text-sm px-3 py-2 hover:bg-gray-200 dark:hover:bg-gray-800"
"text-gray-800 dark:text-gray-300 hover:bg-gray-200 dark:hover:bg-gray-800",
"max-w-xs rounded-full flex items-center text-sm px-3 py-2",
"transition-colors duration-200"
)}
>
<span className="hidden text-sm font-medium sm:block">