dxc-technology / halstack-react

Library of components for building SPAs with React and Halstack Design System
https://developer.dxc.com/halstack/
Apache License 2.0
15 stars 14 forks source link

Nav Tabs background color issue #1604

Closed GomezIvann closed 1 year ago

GomezIvann commented 1 year ago

The background color of each nav tab has changed from transparent to white from version 8 to 9.

https://developer.dxc.com/halstack/8/components/nav-tabs/

image

https://developer.dxc.com/halstack/9/components/nav-tabs/

image

GomezIvann commented 1 year ago

We are currently following the current specifications but I don't know if they are correct.

https://developer.dxc.com/halstack/next/components/nav-tabs/specifications/#design-tokens-color

image

GomezIvann commented 1 year ago

The current implementation is correct. After some talks with @rconcepcion3, we decided that we stay like this. We will consider a transparent background color or similar when we have a defined dark theming strategy. At the moment, our components should only work when the background is white.