customize component style

PHOTO EMBED

Tue Feb 22 2022 18:19:02 GMT+0000 (Coordinated Universal Time)

Saved by @viresh #html

<button type="button" class="btn btn-primary rounded-sm text-sm p-3">
    Save
</button>

<!-- you can iverride styling of the class -->
<style>
    .btn-primary {
      background-color:#f44336;
      color: #000; 
    }  
</style>
content_copyCOPY