Skip to content

Commit

Permalink
tweak(adminPanel): RN-1399: Update icon and color as per Figma layouts (
Browse files Browse the repository at this point in the history
#5825)

Download Icon update
  • Loading branch information
hrazasalman authored Aug 7, 2024
1 parent e375e9c commit 8741d98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/admin-panel/src/importExport/ExportButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import React from 'react';
import PropTypes from 'prop-types';
import ExportIcon from '@material-ui/icons/GetApp';
import { ExportIcon } from '../icons';
import { makeSubstitutionsInString } from '../utilities';
import { useApiContext } from '../utilities/ApiProvider';
import { ColumnActionButton } from '../table/columnTypes/ColumnActionButton';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const DefaultFilter = styled(TextField).attrs(props => ({
padding-inline-start: 0.3rem;
}
.MuiSvgIcon-root {
color: ${({ theme }) => theme.palette.text.secondary};
color: ${({ theme }) => theme.palette.text.tertiary};
}
`;

Expand Down

0 comments on commit 8741d98

Please sign in to comment.