We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a76b16 commit d8a6919Copy full SHA for d8a6919
apps/pyconkr/src/components/layout/Sponsor/index.tsx
@@ -90,11 +90,9 @@ const LogoBadge = styled(Badge)(({ theme }) => ({
90
"& .MuiBadge-badge": {
91
position: "relative",
92
borderRadius: "0.25rem",
93
- // height: "1rem",
94
padding: "0 0.5rem",
95
backgroundColor: theme.palette.primary.main,
96
- // color: theme.palette.primary.main,
97
- // border: `1px solid ${theme.palette.primary.main}`,
+ color: "white",
98
borderEndEndRadius: "0",
99
transform: "none",
100
0 commit comments