diff --git a/conversejs/custom/shared/styles/_peertubetheme.scss b/conversejs/custom/shared/styles/_peertubetheme.scss index 81cabe2a..f8382e67 100644 --- a/conversejs/custom/shared/styles/_peertubetheme.scss +++ b/conversejs/custom/shared/styles/_peertubetheme.scss @@ -26,7 +26,7 @@ .emoji-picker { .insert-emoji { a { - color: currentColor; + color: currentcolor; } } } @@ -41,7 +41,7 @@ background-color: var(--peertube-main-foreground); a { - color: currentColor; + color: currentcolor; } &.picked { @@ -49,7 +49,7 @@ background-color: var(--peertube-main-background); a { - color: currentColor; + color: currentcolor; } }