Skip to content

Commit 8643507

Browse files
refactor: change ai cell class style
1 parent 699fe6c commit 8643507

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

React/src/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
width: 100%;
1010
}
1111

12-
#grid-container .ai__cell {
12+
#grid-container .ai-cell {
1313
background-color: var(--dx-datagrid-row-alternation-bg);
1414
}

React/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function App(): JSX.Element {
108108
width={200}
109109
fixed
110110
fixedPosition="right"
111-
cssClass="ai__cell"
111+
cssClass="ai-cell"
112112
>
113113
<AI
114114
prompt="Identify the country where product is manufactured. When looking up a country, consider Sector and Customers."

0 commit comments

Comments
 (0)