1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: adjust favorite icon placement (#8930)

This commit is contained in:
Mateusz Kwasniewski 2024-12-06 12:38:40 +01:00 committed by GitHub
parent 152dd76f02
commit 4b443e2a57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 5 deletions

View File

@ -30,7 +30,7 @@ export const FavoriteIconHeader: VFC<IFavoriteIconHeaderProps> = ({
>
<IconButton
sx={{
mx: -2.75,
mx: -0.75,
my: -1,
display: 'flex',
alignItems: 'center',

View File

@ -5,8 +5,8 @@ import StarBorderIcon from '@mui/icons-material/StarBorder';
import { ConditionallyRender } from 'component/common/ConditionallyRender/ConditionallyRender';
const StyledCell = styled(Box)(({ theme }) => ({
paddingLeft: theme.spacing(0),
paddingRight: theme.spacing(1),
paddingLeft: theme.spacing(2),
paddingRight: theme.spacing(0.5),
}));
const StyledIconButton = styled(IconButton)(({ theme }) => ({

View File

@ -12,8 +12,7 @@ interface IRowSelectCellProps {
const StyledBoxCell = styled(Box)(({ theme }) => ({
display: 'flex',
justifyContent: 'center',
paddingLeft: theme.spacing(1),
paddingRight: theme.spacing(0),
marginRight: theme.spacing(-2),
}));
export const RowSelectCell: FC<IRowSelectCellProps> = ({