File tree Expand file tree Collapse file tree 16 files changed +33
-33
lines changed
Expand file tree Collapse file tree 16 files changed +33
-33
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ useHead({
99
1010<template >
1111 <Body
12- class =" antialiased duration-300 transition-colors text-gray-800 dark:text-gray-200 bg-white dark:bg-gray-900 "
12+ class =" antialiased duration-300 transition-colors text-gray-800 dark:text-gray-200 bg-white dark:bg-gray-950 "
1313 >
1414 <NuxtLayout >
1515 <NuxtLoadingIndicator />
Original file line number Diff line number Diff line change @@ -87,10 +87,10 @@ const validate = async () => {
8787 >
8888 <button
8989 :class =" [
90- 'md:w-full text-left px-3 rounded py-2.5 text-sm leading-5 transition-all hover:bg-gray-200 hover:text-slate -900 dark:hover:bg-white/[0.12] dark:hover:text-white',
90+ 'md:w-full text-left px-3 rounded py-2.5 text-sm leading-5 transition-all hover:bg-gray-200 hover:text-gray -900 dark:hover:bg-white/[0.12] dark:hover:text-white',
9191 selected
9292 ? 'font-extrabold'
93- : 'text-slate -800 dark:text-gray-400',
93+ : 'text-gray -800 dark:text-gray-400',
9494 ]"
9595 >
9696 {{ item }}
Original file line number Diff line number Diff line change 11<template >
22 <div
3- class =" rounded-lg backdrop-blur-lg bg-slate -400/[0.5] dark:bg-slate -700/[0.5] flex flex-col divide-y divide-slate -400 dark:divide-slate -700"
3+ class =" rounded-lg backdrop-blur-lg bg-gray -400/[0.5] dark:bg-gray -700/[0.5] flex flex-col divide-y divide-gray -400 dark:divide-gray -700"
44 >
55 <slot />
66 </div >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ defineProps({
88 </script >
99
1010<template >
11- <div class =" text-xs text-center text-slate -700 dark:text-slate -500" >
11+ <div class =" text-xs text-center text-gray -700 dark:text-gray -500" >
1212 <slot >
1313 <span >{{ text }}</span >
1414 </slot >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ defineProps({
88 </script >
99
1010<template >
11- <div class =" text-xs font-bold text-center text-slate -800 dark:text-slate -400" >
11+ <div class =" text-xs font-bold text-center text-gray -800 dark:text-gray -400" >
1212 <slot >
1313 <span >{{ text }}</span >
1414 </slot >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ defineProps({
99
1010<template >
1111 <div
12- class =" px-4 py-2 text-center flex items-center justify-center active:bg-slate -700/[0.5] hover:bg-slate -700/[0.5]"
12+ class =" px-4 py-2 text-center flex items-center justify-center active:bg-gray -700/[0.5] hover:bg-gray -700/[0.5]"
1313 >
1414 <slot >
1515 <span >{{ text }}</span >
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ const styles = reactive<{
2424}>({
2525 primary: ' ' ,
2626 success:
27- ' dark:from-green-500/50 via-gray-200 to-gray-200 dark:via-slate -800 dark:to-slate -800' ,
27+ ' dark:from-green-500/50 via-gray-200 to-gray-200 dark:via-gray -800 dark:to-gray -800' ,
2828 warning:
29- ' dark:from-yellow-500/50 via-gray-200 to-gray-200 dark:via-slate -800 dark:to-slate -800' ,
29+ ' dark:from-yellow-500/50 via-gray-200 to-gray-200 dark:via-gray -800 dark:to-gray -800' ,
3030 danger:
31- ' dark:from-red-500/50 via-gray-200 to-gray-200 dark:via-slate -800 dark:to-slate -800' ,
31+ ' dark:from-red-500/50 via-gray-200 to-gray-200 dark:via-gray -800 dark:to-gray -800' ,
3232})
3333const textStyles = reactive <{
3434 [key : string ]: string
@@ -67,7 +67,7 @@ const close = () => {
6767 leave-to =" opacity-0"
6868 >
6969 <div
70- :class =" `bg-gray-200 dark:bg-slate -800 bg-gradient-to-r shadow-white/50 dark:shadow-slate -900/50 px-6 py-6 rounded-md shadow-lg flex space-x-6 ${selectedStyle}`"
70+ :class =" `bg-gray-200 dark:bg-gray -800 bg-gradient-to-r shadow-white/50 dark:shadow-gray -900/50 px-6 py-6 rounded-md shadow-lg flex space-x-6 ${selectedStyle}`"
7171 >
7272 <div class =" flex items-center justify-center" >
7373 <slot name =" icon" >
@@ -98,7 +98,7 @@ const close = () => {
9898 </div >
9999 <div >
100100 <button
101- class =" text-slate -600 hover:text-red-500 dark:text-gray-400 font-bold"
101+ class =" text-gray -600 hover:text-red-500 dark:text-gray-400 font-bold"
102102 @click =" close"
103103 >
104104 <Icon name =" clarity:times-line" />
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const styles = reactive<{
3434 none: ' ' ,
3535 primary: ' text-white bg-primary-500 hover:bg-primary-400 border-primary-500' ,
3636 secondary:
37- ' text-slate -800 bg-gray-200 border-gray-200 hover:bg-gray-300 dark:text-white dark:border-slate -800 dark:bg-slate -800 dark:hover:bg-slate -700' ,
37+ ' text-gray -800 bg-gray-200 border-gray-200 hover:bg-gray-300 dark:text-white dark:border-gray -800 dark:bg-gray -800 dark:hover:bg-gray -700' ,
3838 opposite:
3939 ' text-white bg-gray-800 hover:bg-white hover:text-gray-800 hover:border-gray-900 dark:text-gray-800 dark:bg-gray-100 dark:hover:bg-gray-800 dark:hover:text-gray-100 dark:border-white' ,
4040 danger: ' text-white bg-red-500 hover:bg-red-400 border-red-500' ,
Original file line number Diff line number Diff line change 11<template >
22 <div
3- class =" card-footer duration-300 transition-colors px-6 py-2 text-sm bg-white dark:bg-slate -800 border-t border-gray-900/10 dark:border-gray-50/[0.2]"
3+ class =" card-footer duration-300 transition-colors px-6 py-2 text-sm bg-white dark:bg-gray -800 border-t border-gray-900/10 dark:border-gray-50/[0.2]"
44 >
55 <slot />
66 </div >
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ defineProps({
99
1010<template >
1111 <div
12- class =" card duration-300 transition-colors w-full relative rounded overflow-hidden bg-white dark:bg-slate -900 border border-gray-900/10 dark:border-gray-50/[0.2]"
12+ class =" card duration-300 transition-colors w-full relative rounded overflow-hidden bg-white dark:bg-gray -900 border border-gray-900/10 dark:border-gray-50/[0.2]"
1313 >
1414 <div
1515 v-if =" disabled"
16- class =" absolute z-10 top-0 left-0 w-full h-full bg-slate -800/[0.75] cursor-not-allowed"
16+ class =" absolute z-10 top-0 left-0 w-full h-full bg-gray -800/[0.75] cursor-not-allowed"
1717 />
1818 <slot />
1919 </div >
You can’t perform that action at this time.
0 commit comments