mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
style(ui): tweak ModelBaseBadge style
This commit is contained in:
parent
484488dee4
commit
aa689e5384
@ -17,7 +17,7 @@ const BASE_COLOR_MAP: Record<BaseModelType, string> = {
|
||||
|
||||
const ModelBaseBadge = ({ base }: Props) => {
|
||||
return (
|
||||
<Badge flexGrow={0} colorScheme={BASE_COLOR_MAP[base]} variant="subtle">
|
||||
<Badge flexGrow={0} colorScheme={BASE_COLOR_MAP[base]} variant="subtle" h="min-content">
|
||||
{MODEL_TYPE_SHORT_MAP[base]}
|
||||
</Badge>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user