Skip to content

Commit

Permalink
fix: change depost modal warning text to black
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMillz committed Jun 21, 2024
1 parent 3d3687d commit 594b704
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 4 additions & 0 deletions src/fields/InputField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 594b704

Please sign in to comment.