From a8218e0f623c8cc14b12e80db71178e310f824b6 Mon Sep 17 00:00:00 2001 From: David Mosbach Date: Fri, 21 Jun 2024 17:20:17 +0000 Subject: [PATCH] chore(frontend): adjusted colour of icons inside of buttons --- frontend/src/app.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/app.sass b/frontend/src/app.sass index 9134b5f7b..26fcfe4d8 100644 --- a/frontend/src/app.sass +++ b/frontend/src/app.sass @@ -270,6 +270,9 @@ button:not(.btn-link), &.btn-danger background-color: var(--color-error-dark) + span + @extend .white-ico + .buttongroup display: grid grid: min-content / auto-flow max-content