mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
9 lines
No EOL
343 B
HTML
9 lines
No EOL
343 B
HTML
<!-- From Uiverse.io by themrsami - Tags: purple, button, hover, active, tailwind, tailwindcss -->
|
|
<button
|
|
class="inline-block py-2 px-6 rounded-l-xl rounded-t-xl bg-[#7747FF] hover:bg-white hover:text-[#7747FF] focus:text-[#7747FF] focus:bg-gray-200 text-gray-50 font-bold leading-loose transition duration-200"
|
|
>
|
|
Submit
|
|
</button>
|
|
|
|
|
|
|