mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 00:33:49 +03:00
feat: remove unnecessary inline css
This commit is contained in:
parent
220b3620d4
commit
ba6d8dd6a4
@ -108,13 +108,7 @@ export function SettingsRealDebrid() {
|
||||
},
|
||||
}}
|
||||
rightContent={
|
||||
<Button
|
||||
type="submit"
|
||||
style={{
|
||||
alignSelf: "flex-end",
|
||||
}}
|
||||
disabled={isButtonDisabled}
|
||||
>
|
||||
<Button type="submit" disabled={isButtonDisabled}>
|
||||
{t("save_changes")}
|
||||
</Button>
|
||||
}
|
||||
|
@ -100,13 +100,7 @@ export function SettingsTorbox() {
|
||||
},
|
||||
}}
|
||||
rightContent={
|
||||
<Button
|
||||
type="submit"
|
||||
style={{
|
||||
alignSelf: "flex-end",
|
||||
}}
|
||||
disabled={isButtonDisabled}
|
||||
>
|
||||
<Button type="submit" disabled={isButtonDisabled}>
|
||||
{t("save_changes")}
|
||||
</Button>
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user