File tree Expand file tree Collapse file tree
resources/views/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 @if ($prefix ?? false )
2020 <span {{ $prefix -> attributes -> class ([
2121 ' form-input inline-flex items-center w-auto rounded-l-md border-r-0' ,
22- ' text-base leading-none sm:text-sm sm:leading-none text-inherit ' ,
23- ' bg-[var(--input)] border-[var(--border)]' ,
22+ ' text-base leading-none sm:text-sm sm:leading-none' ,
23+ ' bg-[var(--input)] text-[var(--muted-foreground)] border-[var(--border)]' ,
2424 ]) } } >
2525 {{ $prefix } }
2626 </span >
6666 </div >
6767 @if ($suffix ?? false )
6868 <span {{ $suffix -> attributes -> class ([
69- ' form-input inline-flex items-center w-auto rounded-r-md -ml-px ' ,
70- ' text-base leading-none sm:text-sm sm:leading-none text-inherit ' ,
71- ' bg-[var(--input)] border-[var(--border)]' ,
69+ ' form-input inline-flex items-center w-auto rounded-r-md border-l-0 ' ,
70+ ' text-base leading-none sm:text-sm sm:leading-none' ,
71+ ' bg-[var(--input)] text-[var(--muted-foreground)] border-[var(--border)]' ,
7272 ]) } } >
7373 {{ $suffix } }
7474 </span >
You can’t perform that action at this time.
0 commit comments