clarisights / KnitUI

A React Component library implementing the Knit design language
https://knitui.design
16 stars 12 forks source link

Modal: Do not display the footer if there is no content. #139

Closed Kushagra8888 closed 4 years ago

Kushagra8888 commented 4 years ago

The modal's footer has some default padding. Even when the footer does not have any content, the padding is still applied resulting in some visible space being occupied. Ideally, if no content is provided the paddings should not be there.