fix(browser): unify styles

This commit is contained in:
hexxa 2021-10-10 09:45:40 +08:00 committed by Hexxa
parent 476e231639
commit 28af4f3694

View file

@ -599,7 +599,7 @@ export class Browser extends React.Component<Props, State, {}> {
<button
type="button"
onClick={this.addSharing}
className="green0-bg white-font margin-r-m"
className="cyan0-bg white-font margin-r-m"
>
{this.props.msg.pkg.get("browser.share.add")}
</button>