Skip to content

Commit afc9abe

Browse files
committed
update clear chat icon
1 parent a0d9936 commit afc9abe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/devextreme-scss/scss/widgets/fluent/gridBase/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,5 +1060,5 @@ $fluent-grid-base-group-panel-message-line-height: $fluent-button-text-line-heig
10601060
@include ai-chat-messagelist-empty(
10611061
$button-default-bg,
10621062
$button-default-outlined-hover-bg,
1063-
)
1063+
);
10641064
}

packages/devextreme-scss/scss/widgets/generic/gridBase/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,5 +903,5 @@ $generic-grid-base-cell-input-height: math.round($generic-base-line-height * $ge
903903
@include ai-chat-messagelist-empty(
904904
$button-default-bg,
905905
$button-default-outlined-bg-hover,
906-
)
906+
);
907907
}

packages/devextreme-scss/scss/widgets/material/gridBase/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,5 +1037,5 @@ $material-grid-base-group-panel-message-line-height: $material-button-text-line-
10371037
@include ai-chat-messagelist-empty(
10381038
$button-default-bg,
10391039
$button-default-outlined-hover-bg,
1040-
)
1040+
);
10411041
}

packages/devextreme/js/__internal/grids/grid_core/ai_chat/const.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ export const CLASSES = {
2222
aiChatEmptyImage: 'dx-ai-chat-messagelist-empty-image',
2323
};
2424

25-
export const CLEAR_CHAT_ICON = 'chatdismiss';
25+
export const CLEAR_CHAT_ICON = 'clearhistory';

0 commit comments

Comments
 (0)