]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/buttons/button.component.ts
Support audio upload in client
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / buttons / button.component.ts
index c2b69d31a618730de8c7a6f27409614a39ec90d7..6d34d07f4697ef4db120726c141b088757cc1fa1 100644 (file)
@@ -9,7 +9,7 @@ import { GlobalIconName } from '@app/shared/images/global-icon.component'
 
 export class ButtonComponent {
   @Input() label = ''
-  @Input() className: string = undefined
+  @Input() className: 'orange-button' | 'grey-button' = 'grey-button'
   @Input() icon: GlobalIconName = undefined
   @Input() title: string = undefined