<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>
<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>