Skip to content

Commit

Permalink
remove unnecessary code from styled-components theme test
Browse files Browse the repository at this point in the history
  • Loading branch information
strozw committed Jan 11, 2022
1 parent 5790127 commit e5a42c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/styled-components/src/theme.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {
} from '@xstyled/styled-components'

interface AppTheme extends ITheme, XStyledDefaultTheme {
/* Customize your theme */
fontSizes: XStyledDefaultTheme['fontSizes'] & {
md: string
}
Expand Down Expand Up @@ -47,7 +46,7 @@ declare module 'styled-components' {

const defaultTheme: XStyledDefaultTheme = xstyledDefaultTheme

export const theme: AppTheme = {
const theme: AppTheme = {
...defaultTheme,

defaultColorModeName: 'dark',
Expand Down

0 comments on commit e5a42c0

Please sign in to comment.