From 594b70496dcc774540862f1a344a2f8254a0eab9 Mon Sep 17 00:00:00 2001 From: 0xMillz <37815163+0xMillz@users.noreply.github.com> Date: Thu, 20 Jun 2024 22:46:31 -0500 Subject: [PATCH] fix: change depost modal warning text to black --- src/App.vue | 1 - src/fields/InputField.vue | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 27c8a55..30708db 100644 --- a/src/App.vue +++ b/src/App.vue @@ -21,7 +21,6 @@ import { useNotifications } from '@/composables' import { bus, BUS_EVENTS, ErrorHandler } from '@/helpers' import { useWeb3ProvidersStore } from '@/store' import { type NotificationPayload } from '@/types' -import { config } from '@config' import { ref } from 'vue' const isAppInitialized = ref(false) diff --git a/src/fields/InputField.vue b/src/fields/InputField.vue index afefb0b..aa0597c 100644 --- a/src/fields/InputField.vue +++ b/src/fields/InputField.vue @@ -361,6 +361,10 @@ $z-index-side-nodes: 1; @include field-msg-icon; } +.input-field__err-msg { + color: black !important; +} + .input-field__err-msg, .input-field__note-msg { @include field-error;