Skip to content

Commit

Permalink
refactor(*): change schema names from indigo-design to indigo (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonoff authored Aug 12, 2024
1 parent 579cde9 commit ca11e27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sass/themes/schemas/components/dark/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ $dark-indigo-schema: (
validator: $dark-indigo-validator,
watermark: $dark-indigo-watermark,
_meta: (
theme: 'indigo-design',
theme: 'indigo',
variant: 'dark',
),
);
2 changes: 1 addition & 1 deletion sass/themes/schemas/components/light/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ $light-indigo-schema: (
validator: $indigo-validator,
watermark: $indigo-watermark,
_meta: (
theme: 'indigo-design',
theme: 'indigo',
variant: 'light',
),
);

0 comments on commit ca11e27

Please sign in to comment.