File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
js/src/lib/components/InferenceWidget/shared Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010 <svelte:fragment slot =" before" >
1111 <input
1212 bind:checked
13- class =" rounded bg-gray-200 border-transparent focus: border-transparent text-blue-500 focus:ring-1 focus:ring-offset-2 focus:ring-gray -200 mr-2"
13+ class =" rounded bg-gray-200 dark:bg-gray-700 border-transparent text-blue-500 focus:ring-1 focus:ring-offset-2 focus:ring-blue -200 dark:focus:ring-gray-500 dark:focus:ring-offset-gray-925 cursor-pointer checked:bg-blue-500 dark:checked:bg-blue-500 mr-2"
1414 type =" checkbox"
1515 />
1616 </svelte:fragment >
Original file line number Diff line number Diff line change 1212 <svelte:fragment slot =" before" >
1313 <input
1414 bind:group
15- class =" bg -gray-200 dark:bg -gray-700 shadow-inner border-transparent focus :border-transparent text-blue-500 ring-1 ring-offset-2 ring-gray -200 dark:ring-gray-700 mr-2"
15+ class =" border -gray-300 dark:border -gray-700 focus: border-gray-300 hover :border-gray-300 focus: ring-1 focus: ring-offset-2 focus: ring-blue -200 dark:focus: ring-gray-500 dark:focus:ring-offset-gray-925 cursor-pointer checked:text-blue-500 mr-2"
1616 on:change ={onChange }
1717 type =" radio"
1818 {value }
You can’t perform that action at this time.
0 commit comments