Skip to content

Commit

Permalink
fix(theme): include custom Spectrum color tokens in Express color tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook committed Feb 5, 2024
1 parent 2e8cbac commit 370a1f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/theme/src/express/theme-dark.css
Expand Up @@ -12,4 +12,5 @@ governing permissions and limitations under the License.

@import url('@spectrum-web-components/styles/express/theme-dark.css');
@import url('@spectrum-web-components/styles/tokens/dark-vars.css');
@import url('@spectrum-web-components/styles/tokens/spectrum/custom-dark-vars.css');
@import url('@spectrum-web-components/styles/tokens/express/custom-dark-vars.css');
1 change: 1 addition & 0 deletions tools/theme/src/express/theme-light.css
Expand Up @@ -12,4 +12,5 @@ governing permissions and limitations under the License.

@import url('@spectrum-web-components/styles/express/theme-light.css');
@import url('@spectrum-web-components/styles/tokens/light-vars.css');
@import url('@spectrum-web-components/styles/tokens/spectrum/custom-light-vars.css');
@import url('@spectrum-web-components/styles/tokens/express/custom-light-vars.css');

0 comments on commit 370a1f1

Please sign in to comment.