nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
3.76k stars 458 forks source link

Button Gray Outline #1802

Closed caiotarifa closed 3 months ago

caiotarifa commented 3 months ago

Environment

Version

v2.16.0

Reproduction

<UButton
  color="gray"
  variant="outline"
>
  Hover Me!
</UButton>

Description

When using the gray color with the outline variant in dark mode, the hover is expected to be dark:hover:bg-gray-950, but instead I'm getting hover:bg-gray-50.

Screenshot 2024-05-18 at 10 00 03 Screenshot 2024-05-18 at 10 00 08

Additional context

No response

Logs

No response

benjamincanac commented 3 months ago

This is because there's no outline variant for the gray color, you can have a look there: https://ui.nuxt.com/components/button#gray.