Skip to content

Commit

Permalink
[frontend] Revert default reaction size to small
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriha-chan committed Oct 4, 2023
1 parent 548089a commit 8801688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
reactionsDisplaySize: {
where: 'device',
default: 'medium' as 'small' | 'medium' | 'large',
default: 'small' as 'small' | 'medium' | 'large',
},
forceShowAds: {
where: 'device',
Expand Down

0 comments on commit 8801688

Please sign in to comment.