Merge branch 'release/v1.3.0' into develop
[oweals/peertube.git] / client / src / app / shared / buttons / button.component.ts
index 6d34d07f4697ef4db120726c141b088757cc1fa1..cf334e8d59c1d641c4737d67ccff519ff4cb095e 100644 (file)
@@ -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