Skip to content

Commit

Permalink
[frontend] fixed header colors (#8249)
Browse files Browse the repository at this point in the history
Signed-off-by: stefan1anuby <[email protected]>
  • Loading branch information
stefan1anuby authored Oct 3, 2024
1 parent 18603fa commit da277f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { useIsEnforceReference } from '../../../../utils/hooks/useEntitySettings
// Do not use it for new code.
const useStyles = makeStyles((theme) => ({
header: {
backgroundColor: theme.palette.background.nav,
backgroundColor: theme.palette.background.default,
padding: '20px 20px 20px 60px',
},
closeButton: {
Expand Down Expand Up @@ -49,7 +49,7 @@ const StixCyberObservableEditionContainer = (props) => {
>
<Close fontSize="small" color="primary" />
</IconButton>
<Typography variant="h6" classes={{ root: classes.title }}>
<Typography variant="subtitle2" classes={{ root: classes.title }}>
{t_i18n('Update an observable')}
</Typography>
<SubscriptionAvatars context={editContext} />
Expand Down

0 comments on commit da277f9

Please sign in to comment.