Skip to content

Commit 15a9e78

Browse files
committed
chore: remove theme
Signed-off-by: Amit Amrutiya <amitamrutiya2210@gmail.com>
1 parent a46d674 commit 15a9e78

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

src/custom/CatalogDetail/style.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Button, ButtonGroup, Link, ListItemButton, Typography } from '../../base';
22
import { styled } from '../../theme';
3-
import { Theme } from './types';
43

54
export const StyledActionWrapper = styled('div')(({ theme }) => ({
65
boxShadow: '0px 2px 4px rgba(0, 0, 0, 0.2)',
@@ -18,7 +17,6 @@ export const StyledActionWrapper = styled('div')(({ theme }) => ({
1817

1918
interface ActionButtonProps {
2019
disabled?: boolean;
21-
theme?: Theme;
2220
}
2321

2422
export const ActionButton = styled('div')<ActionButtonProps>(({ disabled = false, theme }) => ({

src/custom/ResourceDetailFormatters/styles.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { alpha, Grid2, Theme } from '@mui/material';
1+
import { alpha, Grid2 } from '@mui/material';
22
import { Box, Chip, IconButton, Typography } from '../../base';
33

44
import { charcoal, KEPPEL, styled } from '../../theme';
@@ -7,7 +7,6 @@ interface StyledProps {
77
noPadding?: boolean;
88
openSection?: boolean;
99
display?: string;
10-
theme?: Theme;
1110
}
1211

1312
export const FlexContainer = styled(Box)({

0 commit comments

Comments
 (0)