@@ -144,18 +144,46 @@ export const lightTokens = css`
144144 --eds_interactive__disabled__border : rgba (220 , 220 , 220 , 1 );
145145 --eds_interactive__disabled__fill : rgba (234 , 234 , 234 , 1 );
146146 --eds_interactive__link_on_interactive_colors : rgba (255 , 255 , 255 , 1 );
147- --eds_interactive__icon_on_interactive_colors : rgba (255 , 255 , 255 , 1 );
148147 --eds_interactive__link_in_snackbars : rgba (151 , 202 , 206 , 1 );
149148 --eds_interactive__pressed_overlay_dark : rgba (0 , 0 , 0 , 0.2 );
150149 --eds_interactive__pressed_overlay_light : rgba (255 , 255 , 255 , 0.2 );
151150
152- /* Override table typography variables */
151+ --eds_heading__h1_color : var (--eds_text__static_icons__default );
152+ --eds_heading__h2_color : var (--eds_text__static_icons__default );
153+ --eds_heading__h3_color : var (--eds_text__static_icons__default );
154+ --eds_heading__h4_color : var (--eds_text__static_icons__default );
155+ --eds_heading__h5_color : var (--eds_text__static_icons__default );
156+ --eds_heading__h6_color : var (--eds_text__static_icons__default );
157+
158+ --eds_navigation__label_color : var (--eds_text__static_icons__default );
159+ --eds_navigation__button_color : var (--eds_text__static_icons__default );
160+ --eds_input__label_color : var (--eds_text__static_icons__default );
161+ --eds_input__text_color : var (--eds_text__static_icons__default );
162+
153163 --eds_table__cell_header_color : var (--eds_text__static_icons__default );
154164 --eds_table__cell_text_color : var (--eds_text__static_icons__default );
155165 --eds_table__cell_text_bold_color : var (--eds_text__static_icons__default );
156- --eds_table__cell_text_link_color : var (--eds_text__static_icons__default );
157166 --eds_table__cell_numeric_monospaced_color : var (
158167 --eds_text__static_icons__default
159168 );
169+
170+ --eds_navigation__menu_title_color : var (--eds_text__static_icons__default );
171+ --eds_navigation__menu_tabs_color : var (--eds_text__static_icons__default );
172+ --eds_ui__accordion_header_color : var (--eds_text__static_icons__default );
173+
174+ --eds_paragraph__overline_color : var (--eds_text__static_icons__default );
175+ --eds_paragraph__caption_color : var (--eds_text__static_icons__default );
176+ --eds_paragraph__body_short_color : var (--eds_text__static_icons__default );
177+ --eds_paragraph__body_long_color : var (--eds_text__static_icons__default );
178+ --eds_paragraph__meta_color : var (--eds_text__static_icons__default );
179+ --eds_paragraph__body_long_link_color : var (
180+ --eds_text__static_icons__default
181+ );
182+
183+ --eds_interactive__icon_on_interactive_colors : var (
184+ --eds_text__static_icons__default
185+ );
186+
187+ --eds_ui__chip__badge_color : var (--eds_text__static_icons__default );
160188 }
161189` ;
0 commit comments