Skip to content

Commit

Permalink
feat: use --color-mint-green-50 on hr element
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Mar 26, 2020
1 parent 31d6e0e commit 66c504b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/dnb-design-system-portal/src/shared/tags/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ export default {
p: props => <Tag is="p" {...props} />,
paragraph: props => <Tag is="p" {...props} />,
blockquote: props => <Tag is="blockquote" {...props} />,
hr: props => <Tag is="hr" {...props} />
hr: props => <Tag is="hr" className="dnb-hr--fullscreen" {...props} />
}
2 changes: 1 addition & 1 deletion packages/dnb-ui-lib/src/style/elements/hr.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
margin-top: -1px;

border: 0;
color: var(--color-black-border);
color: var(--color-mint-green-50);

&::after {
content: '';
Expand Down

0 comments on commit 66c504b

Please sign in to comment.