Skip to content

Commit

Permalink
fix navbar input-group-text color by adding text-white
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahiss committed Jul 11, 2023
1 parent db503b9 commit 214f1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.3/components/navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ Input groups work, too. If your navbar is an entire form, or mostly a form, you
<nav class="navbar navbar-dark bg-dark">
<form class="container-fluid">
<div class="input-group">
<span class="input-group-text" id="basic-addon1">@</span>
<span class="input-group-text text-white" id="basic-addon1">@</span>
<input type="text" class="form-control" placeholder="Username" aria-label="Username" aria-describedby="basic-addon1">
</div>
</form>
Expand Down

0 comments on commit 214f1d0

Please sign in to comment.