Allan
Allan
Same problem.
I solved the styles issue by extending the three elements: ` app-chat { @extend nb-chat; } app-chat-message { @extend nb-chat-message; } app-chat-message-link-card { @extend nb-chat-message-text; } ` The chat component...
> @allanalves , Please what was the import of @extend nb-chat; ? @FilipK23, I imported these: @import 'themes'; @import '~@nebular/theme/styles/globals'; Remembering this code is in styles.scss in the src folder.
> @allanalves gracias bro, me funcionó para customizar un componente con los estilos de nebular ❤ Great! Happy to help.