Skip to content

Commit

Permalink
fix: fix colored BrandLogo
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Sep 5, 2018
1 parent 170621f commit 874cec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/brand-logo/BrandLogo.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
}

&.colored {
fill: var(--color-science-blue);
color: var(--color-science-blue);
}
}
2 changes: 1 addition & 1 deletion src/components/icon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import mySvg from './path/to/my.svg';

By default, `fill` inherits from the current `color`.

Neverthless, you may change the dots color via the `fill` CSS property.
Neverthless, you may change the color via the `fill` CSS property.
Additionally, you may tweak the opacity via the `fill-opacity` CSS property.

```jsx
Expand Down

0 comments on commit 874cec8

Please sign in to comment.