diff --git a/styles/index.css b/styles/index.css index df710d5..0dd7135 100644 --- a/styles/index.css +++ b/styles/index.css @@ -55,10 +55,6 @@ @apply outline-none bg-white; } -.input-text.input-changed:invalid { - @apply border-red-500; -} - .ibtn { @apply p-1 text-gray-400 text-xs w-6 h-6 rounded; }