Skip to content

Commit

Permalink
fix(hotfix): change import of styled to be imported from design system
Browse files Browse the repository at this point in the history
  • Loading branch information
dziraf authored May 8, 2023
1 parent 88b1046 commit 16df24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RecordDifference.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
} from '@adminjs/design-system';
import { BasePropertyProps, flat } from 'adminjs';
import React, { FC } from 'react';
import { styled } from 'styled-components';
import { styled } from '@adminjs/design-system/styled-components';

const Cell = styled(TableCell)`
width: 100%;
Expand Down

0 comments on commit 16df24e

Please sign in to comment.