File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 424424 --secondary-brightest : oklch (0.34 0.006 286.033 );
425425 --secondary-foreground : oklch (0.88 0.008 286.033 );
426426
427- --muted : oklch (0.50 0.006 286.033 );
428- --muted-foreground : oklch (0.60 0.006 286.033 );
427+ --muted : oklch (0.97 0 0 );
428+ --muted-foreground : oklch (0.556 0 0 );
429429 --accent : oklch (0.25 0.006 286.033 );
430430 --accent-brighter : oklch (0.30 0.006 286.033 );
431431 --accent-disabled : oklch (0.34 0.006 286.033 );
Original file line number Diff line number Diff line change @@ -199,13 +199,13 @@ export function WebsiteDialog({
199199 < FormLabel > Domain</ FormLabel >
200200 < FormControl >
201201 < div className = "flex items-center" >
202- < span className = "inline-flex h-9 items-center rounded-l-md border border-r-0 bg-dialog px-3 text-accent-foreground text-sm" >
202+ < span className = "inline-flex h-9 items-center rounded-none border border-r-0 bg-dialog px-3 text-accent-foreground text-sm" >
203203 https://
204204 </ span >
205205 < Input
206206 placeholder = "your-company.com"
207207 { ...field }
208- className = "rounded-l-none"
208+ className = "rounded-l-none border border-border border-l-0 "
209209 onChange = { ( e ) => {
210210 let domain = e . target . value . trim ( ) ;
211211 if (
You can’t perform that action at this time.
0 commit comments