Compare commits

..

1 Commits

Author SHA1 Message Date
163383c215 add dark mode in base select action 2023-03-25 16:41:30 +05:30
4 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<template>
<nav>
<ol class="flex flex-wrap py-4 text-gray-900 rounded list-reset dark:text-gray-400">
<ol class="flex flex-wrap py-4 text-gray-900 rounded list-reset">
<slot />
</ol>
</nav>

View File

@ -8,9 +8,7 @@
font-medium
leading-5
text-gray-900
dark:text-gray-400
outline-none
dark:focus:ring-offset-gray-900
focus:ring-2 focus:ring-offset-2 focus:ring-primary-400
"
:to="to"

View File

@ -1,7 +1,7 @@
<template>
<div class="flex flex-wrap justify-between">
<div>
<h3 class="text-2xl font-bold text-left text-black dark:text-white">
<h3 class="text-2xl font-bold text-left text-black">
{{ title }}
</h3>
<slot />

View File

@ -11,6 +11,10 @@
bg-gray-200
cursor-pointer
text-primary-400
dark:bg-gray-600/70
dark:backdrop-blur-xl
dark:shadow-glass
dark:hover:bg-gray-600/80
"
>
<slot />