Skip to content

Commit 01eea9b

Browse files
r-farkhutdinovRuslan Farkhutdinov
andauthored
Dialog: update Cancel button type in Fluent to "normal" (#30369)
Co-authored-by: Ruslan Farkhutdinov <[email protected]>
1 parent 8fa43b0 commit 01eea9b

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
12 Bytes
Loading
53 Bytes
Loading
36 Bytes
Loading

packages/devextreme/js/__internal/ui/m_dialog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const getCancelButtonConfig = () => {
5151
if (isFluent()) {
5252
return {
5353
stylingMode: 'outlined',
54-
type: 'default',
54+
type: 'normal',
5555
};
5656
}
5757

0 commit comments

Comments
 (0)