mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-19 12:24:46 +08:00
feat: adjust paddings
This commit is contained in:
@@ -120,7 +120,7 @@ export function SettingsDialog() {
|
|||||||
<Badge
|
<Badge
|
||||||
variant="outline"
|
variant="outline"
|
||||||
className={cn(
|
className={cn(
|
||||||
"border-muted-foreground text-muted-foreground ml-auto text-xs",
|
"border-muted-foreground text-muted-foreground ml-auto px-1 py-0 text-xs",
|
||||||
activeTabId === tab.id &&
|
activeTabId === tab.id &&
|
||||||
"border-primary-foreground text-primary-foreground",
|
"border-primary-foreground text-primary-foreground",
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user