Skip to content

Commit 7f8cad3

Browse files
committed
style(page-title): remove the bottom inset hairline under the page title
1 parent e3fffc6 commit 7f8cad3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/components/TopInfoPanel/PageTitle.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { Trans } from '@lingui/macro';
22
import { Box, Button, Typography, useMediaQuery, useTheme } from '@mui/material';
33
import { ReactNode } from 'react';
44
import { FAVOURITE_STAR_COLOR, StarIcon } from 'src/components/icons/StarIcon';
5-
import { figVars } from 'src/utils/figmaColors';
65

76
import { useRootStore } from '../../store/root';
87
import { selectIsMigrationAvailable } from '../../store/v3MigrationSelectors';
@@ -49,7 +48,6 @@ export const PageTitle = ({
4948
alignItems: { xs: 'flex-start', xsm: 'center' },
5049
mb: pageTitle ? 4 : 0,
5150
flexDirection: { xs: 'column', xsm: 'row' },
52-
boxShadow: `inset 0px -1px 0px ${figVars['border-0']}`,
5351
}}
5452
>
5553
{pageTitle && (downToXSM || !withMarketSwitcher) && (

0 commit comments

Comments
 (0)