Skip to content

Commit 16df24e

Browse files
authored
fix(hotfix): change import of styled to be imported from design system
1 parent 88b1046 commit 16df24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/RecordDifference.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
} from '@adminjs/design-system';
1010
import { BasePropertyProps, flat } from 'adminjs';
1111
import React, { FC } from 'react';
12-
import { styled } from 'styled-components';
12+
import { styled } from '@adminjs/design-system/styled-components';
1313

1414
const Cell = styled(TableCell)`
1515
width: 100%;

0 commit comments

Comments
 (0)