File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ import { FormKitKitchenSink } from "@formkit/vue";
44
55<template >
66 <Suspense >
7- <FormKitKitchenSink :schemas = " ['rating'] " />
7+ <FormKitKitchenSink />
88 </Suspense >
99</template >
Original file line number Diff line number Diff line change 11export default {
22 inner : `
3- text-neutral-400
3+ text-$colorTemperature-300
44 ` ,
55 itemsWrapper : `
66 relative
77 inline-flex
8- focus:border-neutral-400
8+ focus:border-$accentColor-$baseColorShade
99 ` ,
1010 onItemRow : `
1111 h-full
@@ -23,15 +23,17 @@ export default {
2323 text-yellow-400
2424 ` ,
2525 offItemWrapper : `
26- text-$colorTemperature-400
26+ text-$colorTemperature-$borderShadeLightMode(0,300,500)
2727 w-full
2828 h-full
2929 [&>*]:w-full
3030 [&>*]:h-full
31+ dark:text-$colorTemperature-$borderShadeDarkMode(0,400,600)
3132 ` ,
3233 ratingItem : `
3334 relative
3435 focus-within:outline
36+ focus-within:outline-$accentColor-$baseColorShade
3537 w-[1.5em]
3638 h-[1.5em]
3739 ` ,
@@ -51,4 +53,7 @@ export default {
5153 h-[1.5em]
5254 flex
5355 ` ,
56+ messages : `
57+ mt-$spacing(-1)
58+ ` ,
5459} ;
You can’t perform that action at this time.
0 commit comments