From 3fa59ba4127a1a861f4a6485664371af4cb57662 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Wed, 7 Sep 2022 13:10:38 +0200 Subject: Fix apps list issues caused by redesign - Make icons work on dark theme - Use new buttons - Fix some eslint warnings Signed-off-by: Carl Schwan --- apps/settings/src/components/AppList/AppItem.vue | 64 ++++++++++++------------ 1 file changed, 31 insertions(+), 33 deletions(-) (limited to 'apps/settings') diff --git a/apps/settings/src/components/AppList/AppItem.vue b/apps/settings/src/components/AppList/AppItem.vue index f6431d64e18..7ff256378c2 100644 --- a/apps/settings/src/components/AppList/AppItem.vue +++ b/apps/settings/src/components/AppList/AppItem.vue @@ -29,13 +29,11 @@ width="32" height="32" viewBox="0 0 32 32"> - @@ -70,51 +68,53 @@ {{ app.error }}
- - + - + - + - + + {{ forceEnableButtonText }} +
-- cgit v1.2.3