diff --git a/package-lock.json b/package-lock.json index e8ba923..372400f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "anvil", - "version": "0.0.10", + "version": "0.0.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "anvil", - "version": "0.0.10", + "version": "0.0.11", "dependencies": { "@floating-ui/dom": "1.6.8", "axios": "1.7.2", @@ -20,13 +20,13 @@ "@storybook/addon-a11y": "8.2.6", "@storybook/addon-coverage": "1.0.4", "@storybook/addon-essentials": "8.2.6", - "@storybook/addon-interactions": "^8.2.6", + "@storybook/addon-interactions": "8.2.6", "@storybook/addon-links": "8.2.6", "@storybook/blocks": "8.2.6", "@storybook/builder-vite": "8.2.6", "@storybook/svelte": "8.2.6", "@storybook/sveltekit": "8.2.6", - "@storybook/test": "^8.2.6", + "@storybook/test": "8.2.6", "@sveltejs/adapter-node": "5.2.0", "@sveltejs/kit": "2.5.18", "@sveltejs/vite-plugin-svelte": "3.1.1", diff --git a/package.json b/package.json index a77207c..3f3c8e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anvil", - "version": "0.0.10", + "version": "0.0.11", "private": true, "scripts": { "dev": "vite dev", diff --git a/src/lib/components/atoms/SettingsSidebar.svelte b/src/lib/components/atoms/SettingsSidebar.svelte index b2eb49a..c121fdf 100644 --- a/src/lib/components/atoms/SettingsSidebar.svelte +++ b/src/lib/components/atoms/SettingsSidebar.svelte @@ -37,7 +37,7 @@ You should have received a copy of the GNU Affero General Public License along w name="profile" value="profile" on:change={onTileChanged} - regionLabel="float-start ps-2 py-1 text-surface-500" + regionLabel="float-start ps-2 py-1 font-normal text-surface-500 !text-xl" regionLead="float-start ps-8 text-surface-500" title={$_('settings.profile.label')} > @@ -51,7 +51,7 @@ You should have received a copy of the GNU Affero General Public License along w name="account" value="account" on:change={onTileChanged} - regionLabel="float-start ps-2 py-1 text-surface-500" + regionLabel="float-start ps-2 py-1 font-normal text-surface-500 !text-xl" regionLead="float-start ps-8 text-surface-500" title={$_('settings.account.label')} > @@ -65,7 +65,7 @@ You should have received a copy of the GNU Affero General Public License along w name="ssh_gpg_keys" value="ssh_gpg_keys" on:change={onTileChanged} - regionLabel="float-start ps-2 py-1 text-surface-500" + regionLabel="float-start ps-2 py-1 font-normal text-surface-500 !text-xl" regionLead="float-start ps-8 text-surface-500" title={$_('settings.ssh_gpg_keys.label')} > @@ -79,7 +79,7 @@ You should have received a copy of the GNU Affero General Public License along w name="appearance" value="appearance" on:change={onTileChanged} - regionLabel="float-start ps-2 py-1 text-surface-500" + regionLabel="float-start ps-2 py-1 font-normal text-surface-500 !text-xl" regionLead="float-start ps-8 text-surface-500" title={$_('settings.appearance.label')} > @@ -93,7 +93,7 @@ You should have received a copy of the GNU Affero General Public License along w name="notifications" value="notifications" on:change={onTileChanged} - regionLabel="float-start ps-2 py-1 text-surface-500" + regionLabel="float-start ps-2 py-1 font-normal text-surface-500 !text-xl" regionLead="float-start ps-8 text-surface-500" title={$_('settings.notifications.label')} > diff --git a/src/lib/components/molecules/Settings.svelte b/src/lib/components/molecules/Settings.svelte index 4fd24d8..c915308 100644 --- a/src/lib/components/molecules/Settings.svelte +++ b/src/lib/components/molecules/Settings.svelte @@ -12,6 +12,7 @@ You should have received a copy of the GNU Affero General Public License along w --> -