Skip to content

Commit

Permalink
releasef bold chip
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammers21 committed Feb 26, 2024
1 parent aa3226c commit 3dd5a3a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion frontend/src/containers/Profile/Alts/SpecChip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,19 @@ export const SpecChip = ({
avatar={<Avatar alt="class" src={specIcon} />}
label={label}
variant="outlined"
style={{ color: ratingColor, borderColor: ratingColor }}
// color={"primary"}
sx={{
"& .MuiChip-label": {
// color: "red"
fontWeight: 'bold',
}
}}
style={{
border: "3px solid",

color: ratingColor,
borderColor: ratingColor,
}}
/>
);
};

0 comments on commit 3dd5a3a

Please sign in to comment.