mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 13:29:44 +02:00
fix(runtimes): align header action button heights to h-8 (MUL-3369)
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -389,6 +389,7 @@ function PageHeaderBar({
|
||||
type="button"
|
||||
size="sm"
|
||||
variant="outline"
|
||||
className="h-8"
|
||||
onClick={onAddRuntime}
|
||||
>
|
||||
<Plus className="h-3.5 w-3.5" />
|
||||
@@ -400,6 +401,7 @@ function PageHeaderBar({
|
||||
type="button"
|
||||
size="sm"
|
||||
variant="outline"
|
||||
className="h-8"
|
||||
onClick={onOpenCloudRuntime}
|
||||
>
|
||||
<Cloud className="h-3 w-3" />
|
||||
|
||||
Reference in New Issue
Block a user