Skip to content

Commit 36e1a61

Browse files
authored
Merge pull request #790 from Adamant-im/feat/update-ui-login-screen-2
Chore: Update passphrase's asterisk sign and margin for icons
2 parents caeaf27 + 1f50687 commit 36e1a61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/PassphraseGenerator.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const el = ref<HTMLElement | null>(null)
122122
const displayedPassphrase = computed(() => {
123123
return showSuggestedPassphrase.value
124124
? passphrase.value
125-
: '*** *** *** *** *** *** *** *** *** *** *** *** '
125+
: '⁕⁕⁕ ⁕⁕⁕ ⁕⁕⁕ ⁕⁕⁕ ⁕⁕⁕ ⁕⁕⁕ ⁕⁕⁕ ⁕⁕⁕ ⁕⁕⁕ ⁕⁕⁕ ⁕⁕⁕ ⁕⁕⁕'
126126
})
127127
128128
const passphraseVisibilityTooltip = computed(() => {
@@ -227,6 +227,7 @@ const togglePassphraseVisibility = () => {
227227
}
228228
}
229229
&__icons {
230+
margin-top: -4px;
230231
> *:not(:first-child) {
231232
margin-left: 20px;
232233
}

0 commit comments

Comments
 (0)