Skip to content

Commit

Permalink
fix(fn): update Label and Shell to match the design [ci visual] (#3191)
Browse files Browse the repository at this point in the history
  • Loading branch information
InnaAtanasova committed Feb 15, 2022
1 parent 4b45cff commit fe1efee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/fn/fn-label.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $fn-label-required-margin: 0.125rem;
@include fn-ellipsis();
@include fn-set-margin-right(0.75rem);

color: $fn-color-grey-8;
color: $fn-color-grey-6;
margin-bottom: 0.125rem;

&--required,
Expand Down
1 change: 1 addition & 0 deletions src/fn/fn-shell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ $block: #{$fn-namespace}-shell;
padding: 0.75rem 1.5rem;
background: $fn-color-white;
height: 3.5rem;
box-shadow: $fn-shadow-grey-level-0;

&__group {
@include fn-reset();
Expand Down
1 change: 1 addition & 0 deletions src/fn/fundamental-next.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
@import "./fn-fieldset";
@import "./fn-generic-tag";
@import "./fn-input";
@import "./fn-label";
@import "./fn-link";
@import "./fn-message-box";
@import "./fn-message-toast";
Expand Down
2 changes: 1 addition & 1 deletion stories/fn-form/fn-form.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default {
<br><br>
`,
components: ['fn-form', 'fn-label', 'fn-input', 'fn-nested-button', 'fn-radio', 'fn-checkbox', 'fn-step-input', 'fn-select', 'fn-combobox', 'fn-multi-input', 'icon']
components: ['fn-form', 'fn-label', 'fn-input', 'fn-nested-button', 'fn-radio', 'fn-checkbox', 'fn-step-input', 'icon']
}
};

Expand Down

0 comments on commit fe1efee

Please sign in to comment.