Skip to content

Commit 39fb4d0

Browse files
authored
Merge pull request #988 from amitamrutiya/remove-check
fix: remove background image from CheckField component
2 parents 784c25a + 0881835 commit 39fb4d0

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)