diff --git a/src/plugins/betterActivities/index.tsx b/src/plugins/betterActivities/index.tsx index 1c7699813..1bba5426f 100644 --- a/src/plugins/betterActivities/index.tsx +++ b/src/plugins/betterActivities/index.tsx @@ -55,7 +55,7 @@ const settings = definePluginSettings({ type: OptionType.SLIDER, description: "Size of the activity icons", markers: [10, 15, 20], - default: 20, + default: 15, stickToMarkers: false, }, renderGifs: {