X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fbuttons%2Fbutton.component.ts;h=cf334e8d59c1d641c4737d67ccff519ff4cb095e;hb=432ebe8bddb407bfbe503b782d59b1ee4c0d6842;hp=6d34d07f4697ef4db120726c141b088757cc1fa1;hpb=7b992a86b107fc2917b993127df8e95a66ae94db;p=oweals%2Fpeertube.git diff --git a/client/src/app/shared/buttons/button.component.ts b/client/src/app/shared/buttons/button.component.ts index 6d34d07f4..cf334e8d5 100644 --- a/client/src/app/shared/buttons/button.component.ts +++ b/client/src/app/shared/buttons/button.component.ts @@ -9,7 +9,7 @@ import { GlobalIconName } from '@app/shared/images/global-icon.component' export class ButtonComponent { @Input() label = '' - @Input() className: 'orange-button' | 'grey-button' = 'grey-button' + @Input() className = 'grey-button' @Input() icon: GlobalIconName = undefined @Input() title: string = undefined