aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.scss')
-rw-r--r--client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.scss b/client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.scss
index fb79991db..ae889dd38 100644
--- a/client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.scss
+++ b/client/src/app/+videos/+video-watch/shared/comment/video-comment-add.component.scss
@@ -57,8 +57,8 @@ form {
57 width: $markdown-icon-width; 57 width: $markdown-icon-width;
58 58
59 svg { 59 svg {
60 color: #C6C6C6; 60 color: $input-border-color;
61 fill: #C6C6C6; 61 fill: $input-border-color;
62 border-radius: 3px; 62 border-radius: 3px;
63 } 63 }
64 } 64 }
@@ -67,7 +67,7 @@ form {
67 &:active, 67 &:active,
68 &:hover { 68 &:hover {
69 my-global-icon svg { 69 my-global-icon svg {
70 background-color: #C6C6C6; 70 background-color: $input-border-color;
71 color: pvar(--mainBackgroundColor); 71 color: pvar(--mainBackgroundColor);
72 fill: pvar(--mainBackgroundColor); 72 fill: pvar(--mainBackgroundColor);
73 } 73 }