From a9fc278cc54c17e97e084a0b364b03cfe1a685f8 Mon Sep 17 00:00:00 2001 From: James Martinez Date: Fri, 9 Feb 2024 14:50:59 -0500 Subject: [PATCH] fix: light mode theming --- addon/components/mox/list/header.hbs | 4 +++- addon/components/mox/list/item.hbs | 8 ++++++-- addon/components/mox/list/row.hbs | 6 +++++- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/addon/components/mox/list/header.hbs b/addon/components/mox/list/header.hbs index f9d29db..6c702d5 100644 --- a/addon/components/mox/list/header.hbs +++ b/addon/components/mox/list/header.hbs @@ -1,5 +1,7 @@ - + {{yield}} diff --git a/addon/components/mox/list/item.hbs b/addon/components/mox/list/item.hbs index 42efc01..0651898 100644 --- a/addon/components/mox/list/item.hbs +++ b/addon/components/mox/list/item.hbs @@ -7,7 +7,11 @@ >
{{yield}} @@ -45,7 +49,7 @@
{{else}} - +
{{yield}}
diff --git a/addon/components/mox/list/row.hbs b/addon/components/mox/list/row.hbs index 8849033..bf029b0 100644 --- a/addon/components/mox/list/row.hbs +++ b/addon/components/mox/list/row.hbs @@ -1,3 +1,7 @@ - + {{yield}}