Skip to content

Commit

Permalink
use sx style
Browse files Browse the repository at this point in the history
  • Loading branch information
Forfold authored Jun 17, 2022
1 parent 74f3f04 commit a49fff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/app/schedules/ScheduleAssignedToList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function ScheduleAssignedToList(props: {
}

return (
<Card style={{ width: '100%' }}>
<Card sx={{ width: '100%' }}>
<FlatList
items={data.schedule.assignedTo.map(
(t: { name: string; id: string }) => ({
Expand Down

0 comments on commit a49fff2

Please sign in to comment.