Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various bugfixes and code cleanup #934

Merged
merged 5 commits into from
Dec 4, 2023
Merged

Various bugfixes and code cleanup #934

merged 5 commits into from
Dec 4, 2023

Conversation

ARADDCC012
Copy link
Member

No description provided.

<Container maxWidth='md'>
<Card sx={{ my: 4 }}>
<Container maxWidth='md' sx={{ my: 4 }}>
<Card>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we wanting to use the default Card appearance here or can we use variant='outlined' to match other uses

@@ -106,7 +106,7 @@ export default function ReviewBanner({ release, accessRequest }: ReviewBannerPro
borderWidth: '1px',
borderStyle: 'solid',
borderColor: theme.palette.primary.main,
borderRadius: '4px 4px 0px 0px',
borderRadius: 0,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we don't want a radius can we delete this? Or is it inheriting a default value from somewhere else?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By default Paper has a borderRadius so this is needed to override that

@ARADDCC012 ARADDCC012 merged commit dd6b586 into main Dec 4, 2023
@ARADDCC012 ARADDCC012 deleted the todo-list branch December 4, 2023 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants