aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/index.scss
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-04-09 17:35:13 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-04-09 17:35:13 -0400
commit56e0a38b2ca246e8beeaef3c6c4b9c0ce7d0f09b (patch)
tree5ba2556e42510cbbdf9c287f67041c1b1eb46206 /front-end/src/index.scss
parent0945210c0492dd8a8de99ccd8e5e66cf05e3a1c1 (diff)
chore(app): Update deps, login spinner, curl msg, view prep
Diffstat (limited to 'front-end/src/index.scss')
-rw-r--r--front-end/src/index.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/front-end/src/index.scss b/front-end/src/index.scss
index 5575eb3..0b86ea1 100644
--- a/front-end/src/index.scss
+++ b/front-end/src/index.scss
@@ -18,7 +18,7 @@
.input {
@apply bg-transparent border border-gray-300 text-gray-900 text-sm rounded focus:ring-blue-500 focus:border-blue-500 block w-full p-2 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500;
- &.dirty{
+ &.dirty:focus{
@apply bg-green-50 border-green-500 text-green-900 dark:text-green-400 placeholder-green-700 dark:placeholder-green-500 focus:ring-green-500 focus:border-green-500 dark:bg-gray-700 dark:border-green-500;
}