We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
default
hds
1 parent 72c51fe commit 03362e2Copy full SHA for 03362e2
showcase/app/components/shw/carbonization/comparison-grid/index.gts
@@ -22,7 +22,7 @@ export interface ShwCarbonizationComparisonGridSignature {
22
}
23
24
export const THEMES = [
25
- 'hds',
+ 'default',
26
'cds-g0',
27
'cds-g10',
28
'cds-g90',
@@ -65,7 +65,7 @@ const ShwCarbonizationComparisonGrid: TemplateOnlyComponent<ShwCarbonizationComp
65
{{/if}}
66
{{#if (has-block "reference")}}
67
{{#each THEMES as |theme|}}
68
- {{#unless (eq theme "hds")}}
+ {{#unless (eq theme "default")}}
69
<ShwCarbonizationComparisonGridItem
70
@scope="reference"
71
@theme={{theme}}
0 commit comments