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

feat: handle cases where user has no flags #8416

Merged
merged 11 commits into from
Oct 10, 2024
Prev Previous commit
Next Next commit
feat: fix styling
thomasheartman committed Oct 10, 2024
commit 3c7eabbd9017257282d8be02f9bf916329db22d6
Original file line number Diff line number Diff line change
@@ -251,7 +251,7 @@ const MainContent = styled('div')(({ theme }) => ({

const NoActiveFlagsInfo = styled('div')(({ theme }) => ({
'&>*+*': {
marginTop: theme.spacing(2),
marginTop: theme.spacing(4),
},
}));