diff --git a/.storybook/preview.css b/.storybook/preview.css index 4e7ba75..a31e444 100644 --- a/.storybook/preview.css +++ b/.storybook/preview.css @@ -1,4 +1,3 @@ @import 'tailwindcss/base'; @import 'tailwindcss/components'; @import 'tailwindcss/utilities'; -@import '@flaticon/flaticon-uicons/css/all/all'; diff --git a/messages/en.json b/messages/en.json index 0deea6c..efe0d28 100644 --- a/messages/en.json +++ b/messages/en.json @@ -1,6 +1,9 @@ { "$schema": "https://inlang.com/schema/inlang-message-format", "nav_greeting": "Hello {name}!", + "nav_menu_sms": "SMS", + "nav_menu_settings": "Settings", + "nav_menu_logout": "Logout", "login_tab_login": "Login", "login_tab_register": "Register", "login_label_email": "Email", diff --git a/src/lib/components/DataInput/TextInput.svelte b/src/lib/components/DataInput/TextInput.svelte index b91d6cf..816dab8 100644 --- a/src/lib/components/DataInput/TextInput.svelte +++ b/src/lib/components/DataInput/TextInput.svelte @@ -1,26 +1,23 @@ -