fix(ui): update button styles and disconnect button size
This commit is contained in:
@@ -91,7 +91,7 @@ export const SettingsProviders: Component = () => {
|
|||||||
<Tag>{type(item)}</Tag>
|
<Tag>{type(item)}</Tag>
|
||||||
</div>
|
</div>
|
||||||
<Show when={canDisconnect(item)}>
|
<Show when={canDisconnect(item)}>
|
||||||
<Button size="small" variant="ghost" onClick={() => void disconnect(item.id, item.name)}>
|
<Button size="large" variant="ghost" onClick={() => void disconnect(item.id, item.name)}>
|
||||||
{language.t("common.disconnect")}
|
{language.t("common.disconnect")}
|
||||||
</Button>
|
</Button>
|
||||||
</Show>
|
</Show>
|
||||||
|
|||||||
@@ -148,7 +148,7 @@
|
|||||||
padding: 0 12px 0 8px;
|
padding: 0 12px 0 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
gap: 8px;
|
gap: 4px;
|
||||||
|
|
||||||
/* text-14-medium */
|
/* text-14-medium */
|
||||||
font-family: var(--font-family-sans);
|
font-family: var(--font-family-sans);
|
||||||
|
|||||||
Reference in New Issue
Block a user