Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong font color in header on the Material Theme #5977

Open
1 of 3 tasks
bogi158 opened this issue Apr 14, 2023 · 1 comment
Open
1 of 3 tasks

Wrong font color in header on the Material Theme #5977

bogi158 opened this issue Apr 14, 2023 · 1 comment

Comments

@bogi158
Copy link

bogi158 commented Apr 14, 2023

Issue type

I'm submitting a ... (check one with "x")

  • bug report
  • feature request
  • question about the decisions made in the repository

Issue description

Current behavior:
Font color on header texts and icons is gray

Expected behavior:
Text color and icons on header should be white as defined in _material_overrides.scss

Steps to reproduce:
Clone the branch feat/material-theme and run

Related code:
Text color should be overwritten by _material_overrides.scss in

nb-layout-header {
      nb-actions, .logo-container {
        nb-icon, .user-name {
          color: nb-theme(color-basic-100) !important;
        }
      }
    }

but this override does not happen and the color of the icons and text is actions-icon-color that is in the end color-basic-100

Other information:

npm 6.14.18
node 14.21.3
Chrome 112 or Firefox 111
Ubuntu 18.04

Angular, Nebular

Angular 13.3.9
Nebular 9.1.0-rc.8

@ssingh3856
Copy link

ssingh3856 commented May 28, 2023

@bogi158 May i take this up?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants