Skip to content

Commit

Permalink
Fixed colors
Browse files Browse the repository at this point in the history
  • Loading branch information
bombassaro committed Oct 19, 2020
1 parent 1cb81f1 commit fa06a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Topbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Topbar = ({content, theme}) => {
const {color} = theme;

return (
<Block align="row center" bg={`color-${color}`} fc="color-white" custom="Topbar-Prensa-root" w="100p">
<Block align="row center" bg={color} fc="white" custom="Topbar-Prensa-root" w="100p">
<Block align="row middle between" custom="wrap" w="100p">
<Block custom="left">{leftContent && leftContent}</Block>
<Block>{centerContent && centerContent}</Block>
Expand Down

0 comments on commit fa06a36

Please sign in to comment.