File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/Shared/Components/TabGroup Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ const Tab = ({
60
60
{ ! showError && ! showWarning && Icon && < Icon className = { `${ iconClassName } ${ getIconColorClass ( ) } ` } /> }
61
61
{ label }
62
62
{ badge !== null && (
63
- < div className = { `tab-group__tab__badge ${ badgeClassName } bcn-1 flex cn-7` } > { badge } </ div >
63
+ < div className = { `tab-group__tab__badge bcn-1 cn-7 flex px-4 ${ badgeClassName } ` } > { badge } </ div >
64
64
) }
65
65
{ showIndicator && < span className = "tab-group__tab__indicator bcr-5 mt-4 dc__align-self-start" /> }
66
66
</ >
Original file line number Diff line number Diff line change 48
48
}
49
49
50
50
& __badge {
51
- border-radius : 100 % ;
52
- width : 20px ;
51
+ border-radius : 10 px ;
52
+ min- width : 20px ;
53
53
54
54
& --medium {
55
- width : 18px ;
55
+ min- width : 18px ;
56
56
}
57
57
}
58
58
You can’t perform that action at this time.
0 commit comments