Skip to content

Commit 6da6c53

Browse files
committed
fix: Fix reverse text style mapping of EuiDescriptionList
1 parent 8eb4fbc commit 6da6c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/addon/utils/css-mappings/eui-description-list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const alignMapping = {
1313
};
1414

1515
export const textStyleMapping = {
16-
center: `${baseClass}--reverse`,
16+
reverse: `${baseClass}--reverse`,
1717
normal: ''
1818
};
1919

0 commit comments

Comments
 (0)