mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: remove unnecessary inline css
This commit is contained in:
parent
220b3620d4
commit
ba6d8dd6a4
2 changed files with 2 additions and 14 deletions
|
@ -108,13 +108,7 @@ export function SettingsRealDebrid() {
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
rightContent={
|
rightContent={
|
||||||
<Button
|
<Button type="submit" disabled={isButtonDisabled}>
|
||||||
type="submit"
|
|
||||||
style={{
|
|
||||||
alignSelf: "flex-end",
|
|
||||||
}}
|
|
||||||
disabled={isButtonDisabled}
|
|
||||||
>
|
|
||||||
{t("save_changes")}
|
{t("save_changes")}
|
||||||
</Button>
|
</Button>
|
||||||
}
|
}
|
||||||
|
|
|
@ -100,13 +100,7 @@ export function SettingsTorbox() {
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
rightContent={
|
rightContent={
|
||||||
<Button
|
<Button type="submit" disabled={isButtonDisabled}>
|
||||||
type="submit"
|
|
||||||
style={{
|
|
||||||
alignSelf: "flex-end",
|
|
||||||
}}
|
|
||||||
disabled={isButtonDisabled}
|
|
||||||
>
|
|
||||||
{t("save_changes")}
|
{t("save_changes")}
|
||||||
</Button>
|
</Button>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue