Skip to content

Commit 699fe6c

Browse files
feat: added css styles for ai cell
1 parent c5300a4 commit 699fe6c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

React/src/App.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@
88
max-width: 1200px;
99
width: 100%;
1010
}
11+
12+
#grid-container .ai__cell {
13+
background-color: var(--dx-datagrid-row-alternation-bg);
14+
}

0 commit comments

Comments
 (0)