Skip to content

Commit

Permalink
fix visual regressions
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Dec 12, 2022
1 parent 938da8e commit 09856d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const useUtilityClasses = (ownerState: OwnerState) => {
groupId === null ? 'columnHeader--emptyGroup' : 'columnHeader--filledGroup',
],
draggableContainer: ['columnHeaderDraggableContainer'],
titleContainer: ['columnHeaderTitleContainer'],
titleContainer: ['columnHeaderTitleContainer', 'withBorderColor'],
titleContainerContent: ['columnHeaderTitleContainerContent'],
};

Expand Down

0 comments on commit 09856d8

Please sign in to comment.