From 073ca13d7c943cd2fc285277600ed7841f6d415c Mon Sep 17 00:00:00 2001 From: Evan Boehs Date: Thu, 2 Feb 2023 18:09:12 -0500 Subject: [PATCH] fix: make buttons consistent (#1583) --- components/list/Account.vue | 9 ++++++++- components/list/Lists.vue | 10 +++++++--- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/components/list/Account.vue b/components/list/Account.vue index acc2caaa..c2f0560f 100644 --- a/components/list/Account.vue +++ b/components/list/Account.vue @@ -37,7 +37,14 @@ async function edit() { />
-
diff --git a/components/list/Lists.vue b/components/list/Lists.vue index eb9482e1..d5d3657f 100644 --- a/components/list/Lists.vue +++ b/components/list/Lists.vue @@ -39,9 +39,13 @@ async function edit(listId: string) { :hover="indexOfUserInList(item.id) === -1 ? 'text-green' : 'text-red'" >