@@ -2,27 +2,27 @@ export default defineAppConfig({
22 ui : {
33 input : {
44 slots : {
5- base : '! ring-default placeholder:text-muted/50' ,
5+ base : 'ring-default! placeholder:text-muted/50' ,
66 } ,
77 } ,
88 inputMenu : {
99 slots : {
10- base : '! ring-default placeholder:text-muted/50' ,
10+ base : 'ring-default! placeholder:text-muted/50' ,
1111 } ,
1212 } ,
1313 select : {
1414 slots : {
15- base : '! ring-default placeholder:text-muted/50' ,
15+ base : 'ring-default! placeholder:text-muted/50' ,
1616 } ,
1717 } ,
1818 selectMenu : {
1919 slots : {
20- base : '! ring-default placeholder:text-muted/50' ,
20+ base : 'ring-default! placeholder:text-muted/50' ,
2121 } ,
2222 } ,
2323 textarea : {
2424 slots : {
25- base : '! ring-default placeholder:text-muted/50' ,
25+ base : 'ring-default! placeholder:text-muted/50' ,
2626 } ,
2727 } ,
2828 button : {
@@ -36,22 +36,22 @@ export default defineAppConfig({
3636 } ,
3737 } ,
3838 color : {
39- secondary : '! text-white disabled:! bg-inverted/25' ,
39+ secondary : 'text-white! disabled:bg-inverted/25! ' ,
4040 } ,
4141 } ,
4242 } ,
4343 tabs : {
4444 variants : {
4545 variant : {
4646 pill : {
47- trigger : 'data-[state=active]:! text-white' ,
47+ trigger : 'data-[state=active]:text-white! ' ,
4848 } ,
4949 } ,
5050 } ,
5151 } ,
5252 modal : {
5353 slots : {
54- content : 'divide-y-0 ! ring-default' ,
54+ content : 'divide-y-0 ring-default! ' ,
5555 header : 'pb-0 min-h-12' ,
5656 title : 'font-semibold' ,
5757 } ,
@@ -60,7 +60,7 @@ export default defineAppConfig({
6060 slots : {
6161 header : 'text-xl/6 font-bold font-headers' ,
6262 body : 'mb-12 hide-scroll' ,
63- content : '! max-h-10/12 ring-default hide-scroll' ,
63+ content : 'max-h-10/12! ring-default hide-scroll' ,
6464 } ,
6565 } ,
6666 navigationMenu : {
0 commit comments