Skip to content

Commit

Permalink
chore: add more table color tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
jnestorCisco committed Dec 20, 2024
1 parent 9d1afd9 commit 9984d3c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@momentum-ui/web-components",
"version": "2.16.11",
"version": "2.16.12",
"author": "Yana Harris",
"license": "MIT",
"repository": "https://github.com/momentum-design/momentum-ui.git",
Expand Down
2 changes: 2 additions & 0 deletions web-components/src/wc_scss/themes/global--dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,7 @@
--md-table-border-style: solid;
--md-table-sub-nav-bg-color: #{$mds-color-theme-background-primary-ghost};
--md-table-vertical-divider-color: #{$mds-color-theme-outline-secondary-normal};
--md-table-column-divider-color: #{$md-gray-80};
--md-table-row-divider-color: #{$md-gray-80};
--md-table-pinned-border-color: #{$md-gray-80};
}
2 changes: 2 additions & 0 deletions web-components/src/wc_scss/themes/global--light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,7 @@
--md-table-border-style: solid;
--md-table-sub-nav-bg-color: #{$mds-color-theme-background-primary-ghost};
--md-table-vertical-divider-color: #{$mds-color-theme-outline-secondary-normal};
--md-table-column-divider-color: #{$md-gray-20};
--md-table-row-divider-color: #{$md-gray-20};
--md-table-pinned-border-color: #{$md-gray-20};
}
2 changes: 2 additions & 0 deletions web-components/src/wc_scss/themes/global--mdv2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ $inter-medium-font: "Inter Medium", $font-family-sans-serif;
--md-table-border-style: none;
--md-table-sub-nav-bg-color: #{$mds-color-theme-background-primary-hover};
--md-table-vertical-divider-color: #{$mds-color-theme-outline-secondary-normal};
--md-table-column-divider-color: #{$mds-color-theme-background-primary-ghost};
--md-table-row-divider-color: #{$mds-color-theme-background-primary-ghost};
--md-table-pinned-border-color: #{$mds-color-theme-outline-share-inactive};


Expand Down

0 comments on commit 9984d3c

Please sign in to comment.