From e2c557b126e938e33cb0f2f1ae6db3703681d308 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 13 Sep 2024 09:55:23 +0200 Subject: [PATCH] Fix colors --- .../shared/video-caption-add-modal.component.scss | 2 +- .../+videos/+video-edit/shared/video-edit.component.scss | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/app/+videos/+video-edit/shared/video-caption-add-modal.component.scss b/client/src/app/+videos/+video-edit/shared/video-caption-add-modal.component.scss index c0b670c65..626d06f8c 100644 --- a/client/src/app/+videos/+video-edit/shared/video-caption-add-modal.component.scss +++ b/client/src/app/+videos/+video-edit/shared/video-caption-add-modal.component.scss @@ -11,6 +11,6 @@ } .warning-replace-caption { - color: #ff0000; + color: $red; margin-top: 10px; } diff --git a/client/src/app/+videos/+video-edit/shared/video-edit.component.scss b/client/src/app/+videos/+video-edit/shared/video-edit.component.scss index 0537fc0b7..398df10a4 100644 --- a/client/src/app/+videos/+video-edit/shared/video-edit.component.scss +++ b/client/src/app/+videos/+video-edit/shared/video-edit.component.scss @@ -31,7 +31,7 @@ my-peertube-checkbox { align-items: center; a.caption-entry-label { - color: #000; + color: pvar(--mainForegroundColor); @include disable-default-a-behaviour; @@ -53,11 +53,11 @@ my-peertube-checkbox { @include margin-right(15px); &.caption-entry-state-create { - color: #39CC0B; + color: $green; } &.caption-entry-state-delete { - color: #FF0000; + color: $red; } }