@@ -1,4 +1,5 @@
button {
+ display: block;
font-size: 1.25rem;
font-weight: 600;
height: 3rem;
@@ -17,7 +17,7 @@ export class UiButtonComponent {
* @type {string}
* @memberof UiButtonComponent
*/
- @Input() width: string = '';
+ @Input() width: string = 'default';
/**
* The color of the button, default is neutral.