Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
fix: highlight text color on qrcode modal (#1884)
Browse files Browse the repository at this point in the history
  • Loading branch information
brenopolanski authored Apr 9, 2020
1 parent ab1b3a5 commit c7eda7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/Modal/ModalQrCodeScanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<span
:class="{
'absolute pin-b pin-x text-center py-4 bg-black-transparent': !isLoading
'absolute pin-b pin-x text-center py-4 bg-black-transparent text-theme-explanation-text': !isLoading
}"
>
{{ $t('MODAL_QR_SCANNER.INSTRUCTION') }}
Expand Down

0 comments on commit c7eda7f

Please sign in to comment.