From 6ec32eb45d9fb063a1b80f56c7eb9bd8d1b7bcba Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Wed, 22 Feb 2023 17:17:24 -0800 Subject: [PATCH] Fixed lint error and background for poster select --- frontend/src/Components/Error/ErrorBoundaryError.tsx | 3 --- frontend/src/Series/Index/Select/SeriesIndexPosterSelect.css | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/frontend/src/Components/Error/ErrorBoundaryError.tsx b/frontend/src/Components/Error/ErrorBoundaryError.tsx index e19575b47..5a56d34ec 100644 --- a/frontend/src/Components/Error/ErrorBoundaryError.tsx +++ b/frontend/src/Components/Error/ErrorBoundaryError.tsx @@ -14,9 +14,6 @@ interface ErrorBoundaryErrorProps { } function ErrorBoundaryError(props: ErrorBoundaryErrorProps) { - const t1 = 1; - const t2 = 2; - const { className = styles.container, messageClassName = styles.message, diff --git a/frontend/src/Series/Index/Select/SeriesIndexPosterSelect.css b/frontend/src/Series/Index/Select/SeriesIndexPosterSelect.css index 953adae0e..d827a82b7 100644 --- a/frontend/src/Series/Index/Select/SeriesIndexPosterSelect.css +++ b/frontend/src/Series/Index/Select/SeriesIndexPosterSelect.css @@ -11,8 +11,8 @@ position: absolute; top: 8px; left: 8px; - width: 18px; - height: 18px; + width: 20px; + height: 20px; border-radius: 50%; background-color: var(--defaultColor); }