Skip to content

Commit 2d4e259

Browse files
authored
fix(settings): volume icon size (#2569)
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent 4e5ea44 commit 2d4e259

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/renderer/components/icons/VolumeDownIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const VolumeDownIcon: FC = () => (
44
<svg
55
aria-hidden="true"
66
aria-label="Volume Down Icon"
7-
className="size-2"
7+
className="size-4"
88
fill="currentColor"
99
height="24"
1010
viewBox="0 0 24 24"

src/renderer/components/icons/VolumeUpIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const VolumeUpIcon: FC = () => (
44
<svg
55
aria-hidden="true"
66
aria-label="Volume Up Icon"
7-
className="size-2"
7+
className="size-4"
88
fill="currentColor"
99
height="24"
1010
viewBox="0 0 24 24"

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

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)