Skip to content

Commit 2d03f7a

Browse files
committed
Fix alignment
1 parent 6343272 commit 2d03f7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/ra-ui-materialui/src/list/BulkActionsToolbar.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export const BulkActionsToolbar = (inProps: BulkActionsToolbarProps) => {
7070
color: theme =>
7171
(theme.vars || theme).palette.text.primary,
7272
}}
73-
variant="subtitle1"
73+
variant="body1"
7474
>
7575
{translate(label, {
7676
_: label,
@@ -159,6 +159,7 @@ const Root = styled('div', {
159159
[`& .${BulkActionsToolbarClasses.title}`]: {
160160
display: 'flex',
161161
flex: '0 0 auto',
162+
alignItems: 'center',
162163
gap: theme.spacing(1),
163164
},
164165

0 commit comments

Comments
 (0)