Skip to content

Commit 033010c

Browse files
committed
style finalized
1 parent c3a465f commit 033010c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

app/components/TransferColumns.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,10 @@ const TransferColumns = React.memo(() => {
206206
<div style={{ height: '500px', width: '100%' }}>
207207

208208
<DataGrid
209-
style={currentStyle }
209+
// style={currentStyle }
210210
rows={rows}
211211
columns={columns}
212+
style={currentStyle}
212213
slots={{ toolbar: GridToolbar }}
213214
slotProps={{
214215
toolbar: {
@@ -230,7 +231,8 @@ const TransferColumns = React.memo(() => {
230231

231232
</div>
232233
{selectedRows.length > 0 && (
233-
<h3 style={{ marginTop: '20px', color: currentStyle.color }}>Selected Rows:</h3>
234+
<h3 style={{ marginTop: '20px', color: 'currentStyle',}}
235+
>Selected Rows:</h3>
234236
)}
235237
<ol id="selectedRows">{selectedRows}</ol>
236238
</div>

0 commit comments

Comments
 (0)