From 602ea813f2932ee0be6894c3482285ee408c6db9 Mon Sep 17 00:00:00 2001 From: alexsparkes Date: Sun, 8 Jan 2023 14:01:00 +0000 Subject: [PATCH] fix: light theme fixes --- src/components/modals/main/marketplace/Items.jsx | 1 - .../modals/main/scss/settings/modules/tabs/_order.scss | 3 +++ src/components/widgets/background/PhotoInformation.jsx | 3 ++- src/components/widgets/time/date.scss | 1 - 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/modals/main/marketplace/Items.jsx b/src/components/modals/main/marketplace/Items.jsx index 4e148c8c..4758945a 100644 --- a/src/components/modals/main/marketplace/Items.jsx +++ b/src/components/modals/main/marketplace/Items.jsx @@ -71,7 +71,6 @@ function Items({ {item.display_name || item.name} {item.author} - {item.type} ))} diff --git a/src/components/modals/main/scss/settings/modules/tabs/_order.scss b/src/components/modals/main/scss/settings/modules/tabs/_order.scss index 0fa529d1..3443b826 100644 --- a/src/components/modals/main/scss/settings/modules/tabs/_order.scss +++ b/src/components/modals/main/scss/settings/modules/tabs/_order.scss @@ -119,6 +119,9 @@ .quotediv .author-holder .author .author-content .title { font-size: 1em !important; + @include themed() { + color: t($color) !important; + } } } } diff --git a/src/components/widgets/background/PhotoInformation.jsx b/src/components/widgets/background/PhotoInformation.jsx index 6e00f871..6354e4b2 100644 --- a/src/components/widgets/background/PhotoInformation.jsx +++ b/src/components/widgets/background/PhotoInformation.jsx @@ -210,7 +210,8 @@ function PhotoInformation({ info, url, api }) { onMouseLeave={() => setshowExtraInfo(false)} >
- {!showingPhotoMap ? : ''} + {photoMap !== null ? : ''} +

{photoMap}

{photoMap()}
{showingPhotoMap ? ( diff --git a/src/components/widgets/time/date.scss b/src/components/widgets/time/date.scss index 1115d95c..fe76ce65 100644 --- a/src/components/widgets/time/date.scss +++ b/src/components/widgets/time/date.scss @@ -3,7 +3,6 @@ user-select: none; text-transform: capitalize; font-weight: bold; - color: #fff; --shadow-shift: 0.125rem; }