Skip to content

Commit 03362e2

Browse files
committed
updated comparison grid to use default for original HDS theming instead of hds
1 parent 72c51fe commit 03362e2

File tree

1 file changed

+2
-2
lines changed
  • showcase/app/components/shw/carbonization/comparison-grid

1 file changed

+2
-2
lines changed

showcase/app/components/shw/carbonization/comparison-grid/index.gts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export interface ShwCarbonizationComparisonGridSignature {
2222
}
2323

2424
export const THEMES = [
25-
'hds',
25+
'default',
2626
'cds-g0',
2727
'cds-g10',
2828
'cds-g90',
@@ -65,7 +65,7 @@ const ShwCarbonizationComparisonGrid: TemplateOnlyComponent<ShwCarbonizationComp
6565
{{/if}}
6666
{{#if (has-block "reference")}}
6767
{{#each THEMES as |theme|}}
68-
{{#unless (eq theme "hds")}}
68+
{{#unless (eq theme "default")}}
6969
<ShwCarbonizationComparisonGridItem
7070
@scope="reference"
7171
@theme={{theme}}

0 commit comments

Comments
 (0)