Increase border radius for small buttons

This commit is contained in:
Jeremy Stretch 2024-03-04 13:43:44 -05:00
parent 0bc854e278
commit e966bd38c5
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@ -9,6 +9,10 @@ pre {
// Tabler sets display: flex
display: inline-block;
}
.btn-sm {
// $border-radius-sm (2px) is too small
border-radius: $border-radius;
}
// Tabs
.nav-tabs {