styled the default button and the mobile dropdown

This commit is contained in:
t1enne
2022-10-22 22:36:32 +02:00
parent b7795f275c
commit bddb895189
4 changed files with 42 additions and 34 deletions

View File

@ -159,7 +159,7 @@ const MobileContent = ({
const replacementTabBar = (props, DefaultTabBar) => (
<div style={{ display: 'flex', justifyContent: 'space-between', alignItems: 'start' }}>
<DefaultTabBar {...props} style={{ width: '80%' }} />
<DefaultTabBar {...props} style={{ width: '85%' }} />
<ActionButtonMenu actions={actions} externalActionSelected={setExternalActionToDisplay} />
</div>
);