Skip to content

Commit

Permalink
fix(tabs): theming import
Browse files Browse the repository at this point in the history
  • Loading branch information
aesteves60 authored and dpellier committed Sep 6, 2023
1 parent 8c51c26 commit 4286a54
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '~@ovhcloud/ods-theming/ods-theme';
@import '~@ovhcloud/ods-common-theming/ods-theme';
@import './styles/osds-tab-bar-item.typography';
@import './styles/osds-tab-bar-item.color';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '~@ovhcloud/ods-theming/color/ods-component-color';
@import '~@ovhcloud/ods-common-theming/color/ods-component-color';
@import './osds-tab-bar-item.mixin';

@mixin osds-tab-item-theme-color() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import '~@ovhcloud/ods-theming/typography/ods-component-typography';
@import '~@ovhcloud/ods-common-theming/typography/ods-component-typography';

@mixin osds-tabs-theme-typography() {
:host {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@import '~@ovhcloud/ods-theming/ods-theme';
@import '~@ovhcloud/ods-theming/color/ods-theming-color';
@import '~@ovhcloud/ods-theming/ods-theme';
@import '~@ovhcloud/ods-common-theming/ods-theme';
@import '~@ovhcloud/ods-common-theming/color/ods-theming-color';
@import '~@ovhcloud/ods-common-theming/ods-theme';

0 comments on commit 4286a54

Please sign in to comment.