diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-08-09 13:29:23 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-08-09 13:29:23 +0200 |
commit | b47d6282fb54db937fb03aa9cdd9e7cc242f00c4 (patch) | |
tree | 4719d1918fd8aca0f53136a9449aeaa4fd7d7bd0 /client/src | |
parent | c492b05c48994828aa760d0b2b9c743e642048a6 (diff) | |
download | PeerTube-b47d6282fb54db937fb03aa9cdd9e7cc242f00c4.tar.gz PeerTube-b47d6282fb54db937fb03aa9cdd9e7cc242f00c4.tar.zst PeerTube-b47d6282fb54db937fb03aa9cdd9e7cc242f00c4.zip |
revert upload bar text color to white
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+videos/+video-edit/video-add-components/video-upload.component.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.scss b/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.scss index a4f87b0b8..9ebfa2f2f 100644 --- a/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.scss +++ b/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.scss | |||
@@ -35,6 +35,7 @@ | |||
35 | font-weight: $font-bold; | 35 | font-weight: $font-bold; |
36 | 36 | ||
37 | span { | 37 | span { |
38 | color: pvar(--mainBackgroundColor); | ||
38 | margin-left: 18px; | 39 | margin-left: 18px; |
39 | } | 40 | } |
40 | } | 41 | } |