Skip to content

Commit 638332b

Browse files
committed
Remove mlAuto from total column styles
Signed-off-by: krishna2323 <belivethatkg@gmail.com>
1 parent cfffd6f commit 638332b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/styles/utils/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1929,7 +1929,6 @@ const createStyleUtils = (theme: ThemeColors, styles: ThemeStyles) => ({
19291929
columnWidth = {
19301930
...getWidthStyle(isAmountColumnWide ? variables.w130 : variables.w96),
19311931
...(!shouldRemoveTotalColumnFlex && styles.flex1),
1932-
...(shouldRemoveTotalColumnFlex && styles.mlAuto),
19331932
...styles.alignItemsEnd,
19341933
};
19351934
break;

0 commit comments

Comments
 (0)