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;