From 0d71a41c9ac9ebf32b63447e7e0f0ccdc892ba96 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sat, 19 Feb 2022 23:54:09 +0100 Subject: [PATCH] fix info message --- components/book/index.tsx | 4 ++-- styles/index.css | 2 +- tailwind.config.js | 10 ++++------ 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/components/book/index.tsx b/components/book/index.tsx index 9123be5..6498d3d 100644 --- a/components/book/index.tsx +++ b/components/book/index.tsx @@ -21,9 +21,9 @@ function BookForm() { {dataStoredLoaded && (

- Buchungsdaten wurden aus Deinem Browser geladen und vorausgefüllt.{' '} + Buchungsdaten wurden aus Deinem Browser geladen und vorausgefüllt. Daten wieder vergessen diff --git a/styles/index.css b/styles/index.css index 6c8a334..93b0ca7 100644 --- a/styles/index.css +++ b/styles/index.css @@ -66,7 +66,7 @@ .info-message:before { @apply mr-2; - content: '\1F6C8'; + content: '\24D8'; } .error-message { diff --git a/tailwind.config.js b/tailwind.config.js index f684bfd..2240a72 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -3,12 +3,10 @@ module.exports = { purgeLayersByDefault: true, removeDeprecatedGapUtilities: true, }, - content: { - content: [ - './components/**/*.{js,ts,jsx,tsx}', - './pages/**/*.{js,ts,jsx,tsx}', - ], - }, + content: [ + './components/**/*.{js,ts,jsx,tsx}', + './pages/**/*.{js,ts,jsx,tsx}', + ], theme: { extend: { colors: {},