Adjust the order of the reminder button to prevent icons from jumping around (#2415)

This commit is contained in:
Janosch Maier 2022-08-09 00:43:59 +02:00 committed by GitHub
parent 3dc02161e5
commit e9921d8094
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,6 +74,7 @@ export default class SendRemindersPopoverButton extends Component<{
title={title}
tabIndex={-1}
className={`send-reminders-toolbar-button ${className}`}
style={{ order: -109 }}
onClick={this.onClick}
>
<RetinaImg name="ic-toolbar-native-reminder.png" mode={RetinaImg.Mode.ContentIsMask} />