You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The $data-table-zebra-color is a theme token that applies to all odd-numbered rows in a zebra DataTable, but the token is actually a hard-coded hex value and therefore it breaks for all dark themes (i.e., appears as #FCFCFC and is unreadable).
Detailed description
The
$data-table-zebra-color
is a theme token that applies to all odd-numbered rows in a zebraDataTable
, but the token is actually a hard-coded hex value and therefore it breaks for all dark themes (i.e., appears as#FCFCFC
and is unreadable).See: https://github.com/IBM/carbon-components/blob/master/src/globals/scss/_theme-tokens.scss#L203
Ideally this token should instead use a role-based token from
@carbon/themes
so that it can work for dark UI themes.The text was updated successfully, but these errors were encountered: