Skip to content

Commit

Permalink
fix(CreateFullPage): breadcrumb style issue (#5761)
Browse files Browse the repository at this point in the history
  • Loading branch information
anamikaanu96 authored Aug 1, 2024
1 parent 44fdc68 commit f6e154f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6695,6 +6695,7 @@ button.c4p--add-select__global-filter-toggle--open {
--cds-link-inverse: #0f62fe;
--cds-link-inverse-active: #161616;
--cds-link-inverse-hover: #0043ce;
--cds-link-inverse-visited: #8a3ffc;
--cds-link-primary: #78a9ff;
--cds-link-primary-hover: #a6c8ff;
--cds-link-secondary: #a6c8ff;
Expand Down Expand Up @@ -10525,6 +10526,7 @@ button.c4p--add-select__global-filter-toggle--open {
--cds-link-inverse: #0f62fe;
--cds-link-inverse-active: #161616;
--cds-link-inverse-hover: #0043ce;
--cds-link-inverse-visited: #8a3ffc;
--cds-link-primary: #78a9ff;
--cds-link-primary-hover: #a6c8ff;
--cds-link-secondary: #a6c8ff;
Expand Down Expand Up @@ -10955,6 +10957,7 @@ button.c4p--add-select__global-filter-toggle--open {
--cds-link-inverse: #0f62fe;
--cds-link-inverse-active: #161616;
--cds-link-inverse-hover: #0043ce;
--cds-link-inverse-visited: #8a3ffc;
--cds-link-primary: #78a9ff;
--cds-link-primary-hover: #a6c8ff;
--cds-link-secondary: #a6c8ff;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
@use '@carbon/styles/scss/theme' as *;
@use '@carbon/styles/scss/spacing' as *;
@use '@carbon/styles/scss/type';
@use '@carbon/styles/scss/components/ui-shell' as *;
@use 'ALIAS_STORY_STYLE_CONFIG' as c4p-settings;

$story-class: 'create-full-page-stories';
Expand Down

0 comments on commit f6e154f

Please sign in to comment.