Skip to content

Commit 0881835

Browse files
committed
fix: remove background image from CheckField component
Signed-off-by: amitamrutiya <[email protected]>
1 parent 784c25a commit 0881835

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/custom/DashboardWidgets/GettingStartedWidget/GetStartedModal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ const CheckField = styled('div')<CheckFieldProps>(({ theme, isVisit }) => ({
125125
height: '35px',
126126
borderRadius: '50%',
127127
marginRight: '10px',
128-
backgroundImage: `url(${process.env.API_ENDPOINT_PREFIX}/assets/images/check.png)`,
129128
backgroundColor: isVisit === true ? theme.palette.background.brand?.default : 'white',
130129
border:
131130
isVisit === true ? `1px solid ${theme.palette.background.brand?.default}` : '1px solid #3C494F',

0 commit comments

Comments
 (0)