File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
resources/js/components/ui/Input Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const props = defineProps({
99 :class =" [
1010 'flex items-center justify-center',
1111 'shadow-ui-sm disabled:shadow-none',
12- 'border border-gray-300 bg-gray-50 text-gray-600 antialiased dark:border-white/10 dark:bg-gray-925 dark:text-gray-300',
12+ 'border border-gray-300 bg-gray-50 text-gray-600 antialiased dark:border-gray-700 dark:bg-gray-925 dark:text-gray-300',
1313 'rounded-e-lg px-3 text-sm leading-[1.375rem] shrink-0',
1414 ]"
1515 data-ui-input-group-append
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const props = defineProps({
99 :class =" [
1010 'flex items-center justify-center',
1111 'shadow-ui-sm disabled:shadow-none',
12- 'border border-gray-300 bg-gray-50 text-gray-600 antialiased dark:border-white/10 dark:bg-gray-950 dark:text-gray-300',
12+ 'border border-gray-300 bg-gray-50 text-gray-600 antialiased dark:border-gray-700 dark:bg-gray-950 dark:text-gray-300',
1313 'rounded-s-lg px-3 text-sm leading-[1.375rem] shrink-0',
1414 ]"
1515 data-ui-input-group-prepend
You can’t perform that action at this time.
0 commit comments