@@ -249,6 +249,7 @@ export const o = {
249249 "appInner" : "" ,
250250 "tagButtonLarge" : "rounded-xl shadow-sm" ,
251251 "tagButtonSmall" : "rounded-full shadow-sm" ,
252+ "checkbox" : "rounded" ,
252253 }
253254 } ,
254255
@@ -288,7 +289,7 @@ export const o = {
288289 "mutedHover" : "hover:text-gray-600" ,
289290 "mutedActive" : "text-gray-600" ,
290291 "highlighted" : "text-blue-600" ,
291- "link" : "text-blue-300 hover:text-blue-600" ,
292+ "link" : "text-blue-500 hover:text-blue-600" ,
292293 "linkHover" : "hover:text-blue-600 group-hover:text-blue-600" ,
293294 "bgBody" : "bg-white" ,
294295 "bgSidebar" : "bg-gray-50" ,
@@ -297,8 +298,9 @@ export const o = {
297298 "bgSuccess" : "bg-green-100 text-green-800" ,
298299 "bgWarning" : "bg-orange-100 text-orange-800" ,
299300 "bgInput" : "bg-white" ,
301+ "dialog" : "rounded-lg shadow-xl bg-white border border-gray-200" ,
300302 "textInput" : "text-gray-900 placeholder-gray-500" ,
301- "borderInput" : "border-gray-300 focus:border-blue-500 focus:ring-blue-500" ,
303+ "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 " ,
302304 "labelInput" : "text-gray-700" ,
303305 "helpInput" : "text-gray-500" ,
304306 "draggingInput" : "border-blue-500 bg-blue-50 ring-1 ring-blue-500" ,
@@ -329,7 +331,7 @@ export const o = {
329331 "iconHover" : "hover:text-gray-700" ,
330332 "iconActive" : "bg-gray-200" ,
331333 "iconPartial" : "text-indigo-800/80!" ,
332- "iconFull" : "text-green-600 !" ,
334+ "iconFull" : "text-green-700/80 !" ,
333335 "mutedIcon" : "text-gray-500" ,
334336 "mutedIconHover" : "hover:text-gray-700" ,
335337 "chatButton" : "border border-gray-300 text-gray-600 bg-white hover:bg-gray-50 disabled:text-gray-400 disabled:cursor-not-allowed disabled:border-gray-200 transition-colors" ,
@@ -389,8 +391,9 @@ export const o = {
389391 "bgSuccess" : "bg-green-900 text-green-200" ,
390392 "bgWarning" : "bg-orange-900 text-orange-200" ,
391393 "bgInput" : "bg-gray-950" ,
394+ "dialog" : "rounded-lg shadow-xl bg-gray-900 border border-gray-700" ,
392395 "textInput" : "text-gray-100 placeholder-gray-500" ,
393- "borderInput" : "border-gray-600 focus:border-blue-500 focus:ring-blue-500" ,
396+ "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 " ,
394397 "labelInput" : "text-gray-300" ,
395398 "helpInput" : "text-gray-400" ,
396399 "draggingInput" : "border-blue-500 bg-blue-900/30 ring-1 ring-blue-500" ,
@@ -420,8 +423,8 @@ export const o = {
420423 "icon" : "text-gray-400" ,
421424 "iconHover" : "hover:text-gray-300" ,
422425 "iconActive" : "bg-gray-700" ,
423- "iconPartial" : "text-indigo-300 !" ,
424- "iconFull" : "text-green-300 !" ,
426+ "iconPartial" : "text-indigo-400/80 !" ,
427+ "iconFull" : "text-green-400/80 !" ,
425428 "mutedIcon" : "text-gray-400" ,
426429 "mutedIconHover" : "hover:text-gray-200" ,
427430 "chatButton" : "border border-gray-600 text-gray-400 bg-gray-800 hover:bg-gray-700 disabled:text-gray-400 disabled:cursor-not-allowed disabled:border-gray-700 transition-colors" ,
0 commit comments