Fix edit-accounts' font being off

This commit is contained in:
2022-03-02 21:07:53 +00:00
parent 5d1b49c896
commit 66b8e1f69f
2 changed files with 6 additions and 4 deletions

View File

@ -22,7 +22,7 @@ function openEditAccount(e : any) {
<template>
<Modal button-text="Edit Account" @open="openEditAccount" @submit="editAccount">
<template v-slot:placeholder></template>
<template v-slot:placeholder><span class="ml-2"></span></template>
<div class="mt-2 px-7 py-3">
<Input
class="border-2"