From 3dd5a3aec7a4642dfa4af41bfd8cdb14214905d3 Mon Sep 17 00:00:00 2001 From: Sammers21 Date: Mon, 26 Feb 2024 19:35:09 +0300 Subject: [PATCH] releasef bold chip --- frontend/src/containers/Profile/Alts/SpecChip.tsx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/frontend/src/containers/Profile/Alts/SpecChip.tsx b/frontend/src/containers/Profile/Alts/SpecChip.tsx index 7970ceb7..11e23de8 100644 --- a/frontend/src/containers/Profile/Alts/SpecChip.tsx +++ b/frontend/src/containers/Profile/Alts/SpecChip.tsx @@ -18,7 +18,19 @@ export const SpecChip = ({ avatar={} 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, + }} /> ); };