Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Fix prettier warning
Sebastian Martinez committed 1 year ago
commit 03d7f8ae6e3cff49849edb359d79532634aea73b
parent 90fe041
1 file changed +0 -1
modified src/lib/appearance.svelte.ts
@@ -3,7 +3,6 @@ const step = 2;
const minFontSize = 14;
const maxFontSize = 24;

-

export function increaseFontSize() {
  if (fontSettings.size + step <= maxFontSize) {
    setFontSize(fontSettings.size + step);