Merge branch 'staging_environment' of gitlab.com:brandx/bxt-app into staging_environment
This commit is contained in:
commit
720e23c27e
8 changed files with 46 additions and 14 deletions
|
|
@ -148,9 +148,9 @@ export default function ButtonGroup(props: Props){
|
|||
}}>
|
||||
{b.icon
|
||||
?
|
||||
b.icon
|
||||
b.icon
|
||||
:
|
||||
<Typography sx={{fontSize: textSize}}>
|
||||
<Typography sx={{fontSize: textSize ?? 13, fontWeight: checkToggled(i) ? 650 : 500}}>
|
||||
{b.title}
|
||||
</Typography>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue