Skip to content

Commit

Permalink
feat: remove unnecessary inline css
Browse files Browse the repository at this point in the history
  • Loading branch information
zamitto committed Feb 2, 2025
1 parent 220b362 commit ba6d8dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions src/renderer/src/pages/settings/settings-real-debrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
}
Expand Down
8 changes: 1 addition & 7 deletions src/renderer/src/pages/settings/settings-torbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
}
Expand Down

0 comments on commit ba6d8dd

Please sign in to comment.