Skip to content

Commit 5cad7cb

Browse files
authored
Merge pull request #1561 from gethinode/develop
fix: apply border radius theme to navbar buttons
2 parents f002cf0 + 057dd63 commit 5cad7cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/scss/components/_navbar.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@
188188
font-size: 1em;
189189
}
190190

191+
.navbar .btn {
192+
border-radius: #{$theme-border-radius};
193+
}
194+
191195
.navbar-expanded .search-input {
192196
margin-bottom: 1rem;
193197
}

0 commit comments

Comments
 (0)