Skip to content

Commit

Permalink
Fix dialog close button padding, fix typo
Browse files Browse the repository at this point in the history
Issue #48
  • Loading branch information
qu1ck committed Jul 16, 2023
1 parent 5026ee0 commit 5b3c41a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/components/mantinetheme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ const Theme: (colorScheme: ColorScheme) => MantineThemeOverride = (colorScheme)
},
},
},
Modal: {
styles: {
header: {
paddingRight: "0.5rem",
},
},
},
},
colors: {
secondaryColorName: ["#dcfdff", "#b2f4fd", "#85ebf9", "#58e3f6", "#36d9f3", "#25c0d9", "#1696aa", "#066b7a", "#00404a", "#00171b"],
Expand Down
2 changes: 1 addition & 1 deletion src/components/modals/edittorrent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export function EditTorrent(props: ActionModalState) {
</Grid.Col>
<Grid.Col span={8}>
<Checkbox my="sm"
label="Honor seession upload limit"
label="Honor session upload limit"
{...form.getInputProps("honorsSessionLimits", { type: "checkbox" })} />
</Grid.Col>
<Grid.Col span={4}>
Expand Down

0 comments on commit 5b3c41a

Please sign in to comment.