Skip to content

Commit

Permalink
Theme overrides + deleted unused modules
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Oct 19, 2023
1 parent f38f379 commit 90f050f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 24 deletions.
12 changes: 0 additions & 12 deletions packages/components/src/SpectrumThemeDark.module.scss

This file was deleted.

12 changes: 0 additions & 12 deletions packages/components/src/SpectrumThemeLight.module.scss

This file was deleted.

2 changes: 2 additions & 0 deletions packages/components/src/theme/theme-spectrum/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import palette from './theme-spectrum-palette.module.css';
import alias from './theme-spectrum-alias.module.css';
import overrides from './theme-spectrum-overrides.module.css';

/**
* Spectrum theme variables are exported as a map of css class names. The keys
Expand All @@ -15,6 +16,7 @@ import alias from './theme-spectrum-alias.module.css';
export const themeSpectrumClassesCommon = {
...palette,
...alias,
...overrides,
};

export default themeSpectrumClassesCommon;
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[class^='spectrum'] {
font-family: var(--font-family-sans-serif) !important;
}

0 comments on commit 90f050f

Please sign in to comment.