Open ilDon opened 6 years ago
I'm submitting a ... (check one with "x")
Current behavior:
nb-info icon is not displayed. <i class="nb-info"></i> only renders a white space
nb-info
<i class="nb-info"></i>
When testing another icon (e.g. <i class="nb-locked"></i>) it is correctly displayed
<i class="nb-locked"></i>
Expected behavior:
The icon should be displayed
Steps to reproduce:
With the latest version of both nebular theme (2.0.1) and nebular icon (1.1.0), try to display nb-info.
Angular, Nebular
"@nebular/bootstrap": "^2.0.1", "@nebular/theme": "^2.0.1", "nebular-icons": "^1.1.0",
I have the same problem. Can anyone resolve this ?
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior:
nb-info
icon is not displayed.<i class="nb-info"></i>
only renders a white spaceWhen testing another icon (e.g.
<i class="nb-locked"></i>
) it is correctly displayedExpected behavior:
The icon should be displayed
Steps to reproduce:
With the latest version of both nebular theme (2.0.1) and nebular icon (1.1.0), try to display
nb-info
.Angular, Nebular
"@nebular/bootstrap": "^2.0.1", "@nebular/theme": "^2.0.1", "nebular-icons": "^1.1.0",