From 524560799f12ba28df2d274b08128662458130ac Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Mon, 4 Dec 2023 16:59:05 -0500 Subject: [PATCH] Fix references to numbered --accent-blue colors --- scss/components/_notesList.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scss/components/_notesList.scss b/scss/components/_notesList.scss index 780161a519..76fd175d3c 100644 --- a/scss/components/_notesList.scss +++ b/scss/components/_notesList.scss @@ -53,7 +53,7 @@ background: var(--material-background); &:active { - background: var(--accent-blue-50); + background: var(--accent-blue50); } .inner { @@ -129,7 +129,7 @@ padding: 5px; &:active { - background-color: var(--accent-blue-50); + background-color: var(--accent-blue50); } } @@ -150,4 +150,4 @@ box-shadow: $toolbar-btn-focus-box-shadow-2x; } } -} \ No newline at end of file +}