fix(fe/styles): small fixes

This commit is contained in:
hexxa 2022-03-19 19:51:09 +08:00 committed by Hexxa
parent ddca44c786
commit 5f31cfc867
3 changed files with 3 additions and 4 deletions

View file

@ -65,7 +65,7 @@ export class Tabs extends React.Component<Props, State, {}> {
className="float-l margin-r-m minor-bg"
>
<div className="float-l icon-s margin-r-s">{icon}</div>
<div className={`float-l font-s ${fontColor}`}>
<div className={`float-l font-xs ${fontColor}`}>
{this.props.msg.pkg.get(
`control.${this.props.targetControl}.${option}`
)}