Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/routes/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const SettingsRoute: React.FC = () => {
className="flex flex-1 flex-col dark:bg-gray-dark dark:text-white"
data-testid="settings"
>
<div className="flex justify-between items-center mt-4 py-2 mx-8">
<div className="flex justify-between items-center mt-2 py-2 mx-8">
<button
className="focus:outline-none"
title="Go Back"
Expand Down Expand Up @@ -172,7 +172,7 @@ export const SettingsRoute: React.FC = () => {
)}
</div>

<div className="flex justify-between items-center bg-gray-200 dark:bg-gray-darker py-4 px-8">
<div className="flex justify-between items-center bg-gray-200 dark:bg-gray-darker py-1 px-8">
<small
className="font-semibold cursor-pointer"
title="View release notes"
Expand Down
4 changes: 2 additions & 2 deletions src/routes/__snapshots__/Settings.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ exports[`routes/Settings.tsx should render itself & its children 1`] = `
data-testid="settings"
>
<div
class="flex justify-between items-center mt-4 py-2 mx-8"
class="flex justify-between items-center mt-2 py-2 mx-8"
>
<button
class="focus:outline-none"
Expand Down Expand Up @@ -278,7 +278,7 @@ exports[`routes/Settings.tsx should render itself & its children 1`] = `
</div>
</div>
<div
class="flex justify-between items-center bg-gray-200 dark:bg-gray-darker py-4 px-8"
class="flex justify-between items-center bg-gray-200 dark:bg-gray-darker py-1 px-8"
>
<small
class="font-semibold cursor-pointer"
Expand Down