From f890f0896bcbeea8dcea25ebee188db1ca39827c Mon Sep 17 00:00:00 2001 From: Raphael Wickihalder Date: Sat, 19 Feb 2022 00:30:08 +0100 Subject: [PATCH] Test signature --- ui/scss/component/_channel.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/scss/component/_channel.scss b/ui/scss/component/_channel.scss index 4691236ab..7b9e19a05 100644 --- a/ui/scss/component/_channel.scss +++ b/ui/scss/component/_channel.scss @@ -9,6 +9,8 @@ $actions-z-index: 2; stroke: var(--color-text); } } + .sigtest { + } .button-following { color: var(--color-text) !important; background-color: var(--color-button-alt-bg) !important;