From 38cdbc73036c1bc5b71b203ff35d2c26834e76ea Mon Sep 17 00:00:00 2001 From: Aaron Yarborough <3855819+AaronJY@users.noreply.github.com> Date: Mon, 31 Mar 2025 20:39:57 +0100 Subject: [PATCH] fix: book list rating --- package.json | 2 +- src/components/BookListItem/BookListItem.module.css | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a9299ee..e032105 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "www-aaronjy-me", - "version": "1.7.3.0", + "version": "1.7.4.0", "private": true, "type": "module", "scripts": { diff --git a/src/components/BookListItem/BookListItem.module.css b/src/components/BookListItem/BookListItem.module.css index e5ad8d3..fbbf051 100644 --- a/src/components/BookListItem/BookListItem.module.css +++ b/src/components/BookListItem/BookListItem.module.css @@ -30,9 +30,8 @@ position: absolute; right: 0.5rem; bottom: 0.5rem; - background-color: var(--lt-color-gray-900); + background-color: var(--light); padding: 0.25rem 0.5rem; - color: var(--lt-color-gray-100); border-radius: 0.25rem; display: flex; flex-direction: row;