@@ -249,7 +249,6 @@ export const o = {
249249 "appInner" : "" ,
250250 "tagButtonLarge" : "rounded-xl shadow-sm" ,
251251 "tagButtonSmall" : "rounded-full shadow-sm" ,
252- "checkbox" : "rounded" ,
253252 }
254253 } ,
255254
@@ -301,6 +300,7 @@ export const o = {
301300 "dialog" : "rounded-lg shadow-xl bg-white border border-gray-200" ,
302301 "textInput" : "text-gray-900 placeholder-gray-500" ,
303302 "borderInput" : "border-gray-300 focus:border-blue-500 focus:ring-blue-500 focus:ring-offset-white focus-within:ring-indigo-500 focus-within:border-indigo-500" ,
303+ "checkbox" : "rounded bg-gray-500" ,
304304 "labelInput" : "text-gray-700" ,
305305 "helpInput" : "text-gray-500" ,
306306 "draggingInput" : "border-blue-500 bg-blue-50 ring-1 ring-blue-500" ,
@@ -394,6 +394,7 @@ export const o = {
394394 "dialog" : "rounded-lg shadow-xl bg-gray-900 border border-gray-700" ,
395395 "textInput" : "text-gray-100 placeholder-gray-500" ,
396396 "borderInput" : "border-gray-600 focus:border-blue-500 focus:ring-blue-500 focus:ring-offset-gray-900 focus-within:ring-indigo-500 focus-within:border-indigo-500" ,
397+ "checkbox" : "rounded bg-gray-600" ,
397398 "labelInput" : "text-gray-300" ,
398399 "helpInput" : "text-gray-400" ,
399400 "draggingInput" : "border-blue-500 bg-blue-900/30 ring-1 ring-blue-500" ,
0 commit comments