Skip to content

Commit

Permalink
cleanup styled components exported or unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Wozacosta committed Feb 29, 2024
1 parent ec0d6df commit a0e45a7
Showing 1 changed file with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,20 +97,12 @@ const commonFieldComponents: Record<string, FieldComponent> = {
address: AddressField,
text: TextField,
};
export const Container = styled(Box).attrs(() => ({
const Container = styled(Box).attrs(() => ({
alignItems: "center",
fontSize: 4,
pb: 4,
}))``;
export const Info = styled(Box).attrs(() => ({
ff: "Inter|SemiBold",
color: "palette.text.shade100",
mt: 6,
mb: 4,
px: 5,
}))`
text-align: center;
`;

type Props = {
t: TFunction;
device: Device;
Expand Down

0 comments on commit a0e45a7

Please sign in to comment.