From e7725a9fbfae10d74cb0751ed656d1ab1f5a45d8 Mon Sep 17 00:00:00 2001 From: czarhex Date: Sun, 24 Jul 2022 00:48:02 +0200 Subject: [PATCH] fix for typo? i guess --- src/fixations/additions/accents/apple.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fixations/additions/accents/apple.scss b/src/fixations/additions/accents/apple.scss index 817bed7..d5e9c6a 100644 --- a/src/fixations/additions/accents/apple.scss +++ b/src/fixations/additions/accents/apple.scss @@ -3,7 +3,7 @@ --accent-hover: rgba(251,185,56); --accent-selected: rgba(246,129,41); --accent-buttons: rgba(150,56,146); - --accent-focused: rgb(2150, 56, 146, 0.200); + --accent-focused: rgb(215, 56, 146, 0.200); } .clickable-ZD7xvu .icon-2xnN2Y, .linkButtonIcon-7rsZcu { color: rgb(224,54,60) !important; @@ -22,4 +22,4 @@ } .buttonWrapper-3YFQGJ { color: var(--accent); - } \ No newline at end of file + }