File tree Expand file tree Collapse file tree
apps/web/src/components/settings Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -555,9 +555,8 @@ export function ThemeLibrary({
555555 < h3 className = "text-sm font-medium tracking-[-0.005em] text-foreground" > Themes</ h3 >
556556 < div className = "flex flex-wrap items-center justify-end gap-3" >
557557 < Button
558- className = "h-7 rounded-md border border-border/70 bg-muted/30 px-2 text-xs font-medium text-foreground shadow-none hover:bg-accent/40"
559558 size = "xs"
560- variant = "ghost "
559+ variant = "outline "
561560 onClick = { ( ) =>
562561 openThemeEditor ( {
563562 editingThemeId : null ,
@@ -570,7 +569,7 @@ export function ThemeLibrary({
570569 < PlusIcon />
571570 Create theme
572571 </ Button >
573- < Button size = "xs" variant = "ghost " onClick = { ( ) => onImportOpenChange ( true ) } >
572+ < Button size = "xs" variant = "outline " onClick = { ( ) => onImportOpenChange ( true ) } >
574573 < UploadIcon />
575574 Import theme
576575 </ Button >
You can’t perform that action at this time.
0 commit comments