Skip to content

Commit d8a6919

Browse files
committed
fix: 후원사 태그 글자 색 변경
1 parent 6a76b16 commit d8a6919

File tree

1 file changed

+1
-3
lines changed
  • apps/pyconkr/src/components/layout/Sponsor

1 file changed

+1
-3
lines changed

apps/pyconkr/src/components/layout/Sponsor/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,9 @@ const LogoBadge = styled(Badge)(({ theme }) => ({
9090
"& .MuiBadge-badge": {
9191
position: "relative",
9292
borderRadius: "0.25rem",
93-
// height: "1rem",
9493
padding: "0 0.5rem",
9594
backgroundColor: theme.palette.primary.main,
96-
// color: theme.palette.primary.main,
97-
// border: `1px solid ${theme.palette.primary.main}`,
95+
color: "white",
9896
borderEndEndRadius: "0",
9997
transform: "none",
10098

0 commit comments

Comments
 (0)