Skip to content

Commit

Permalink
fix(dark-theme-styles-injector): fix rendering passed styles (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrsavk committed Jun 30, 2021
1 parent 3158536 commit 882841c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/dark-theme-styles-injector/src/component.tsx
Expand Up @@ -35,8 +35,9 @@ export const DarkThemeStylesInjector: FC<DarkThemeStylesInjectorProps> = ({
{`
${selector} {
${colorsMap[colors]}
${styles}
}
${styles}
`}
</style>
);
Expand Down

0 comments on commit 882841c

Please sign in to comment.