Skip to content

Commit 3b62af7

Browse files
authored
fix: release version font size (#994)
1 parent 31cd823 commit 3b62af7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/routes/Settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export const SettingsRoute: FC = () => {
219219
</fieldset>
220220
</div>
221221

222-
<div className="flex justify-between items-center bg-gray-200 dark:bg-gray-darker py-1 px-8">
222+
<div className="flex justify-between items-center bg-gray-200 dark:bg-gray-darker py-1 px-8 text-sm">
223223
<button
224224
type="button"
225225
className="font-semibold cursor-pointer"

src/routes/__snapshots__/Settings.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)