X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bmy-account%2Fmy-account-video-channels%2Fmy-account-video-channels.component.scss;h=20582e478a29afcc5f7ff87e7913c812424af9fa;hb=03652b3179b7d3d2959b68318fdc5e00f94eb95f;hp=83d657f03984b8f816ddddc4c4167113cfbf1613;hpb=f37dc0dd14d9ce0b59c454c2c1b935fcbe9727e9;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss index 83d657f03..20582e478 100644 --- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss +++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss @@ -2,10 +2,10 @@ @import '_mixins'; .create-button { - @include create-button('../../../assets/images/global/add.svg'); + @include create-button; } -/deep/ .action-button { +::ng-deep .action-button { &.action-button-delete { margin-right: 10px; } @@ -29,7 +29,7 @@ width: fit-content; display: flex; align-items: baseline; - color: #000; + color: var(--mainForegroundColor); .video-channel-display-name { font-weight: $font-semibold;