Skip to content
Snippets Groups Projects
Commit e5d48eb3 authored by Audrey Hamelers's avatar Audrey Hamelers
Browse files

fix(ui): add missing override for GlobalStyle

parent 81c3a36c
No related branches found
No related tags found
No related merge requests found
import { createGlobalStyle } from 'styled-components' import { createGlobalStyle } from 'styled-components'
import { th } from '@pubsweet/ui-toolkit' import { th, override } from '@pubsweet/ui-toolkit'
const GlobalStyle = createGlobalStyle` const GlobalStyle = createGlobalStyle`
body { body {
color: ${th('colorText')}; color: ${th('colorText')};
} }
${override('ui.GlobalStyle')};
` `
export default GlobalStyle export default GlobalStyle
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment