Skip to content

Commit 64b232e

Browse files
committed
higher contrast table row id
1 parent b3fffcb commit 64b232e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/DataView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const FreeDataViewFC: FC<FreeDataViewProps> = function DataView({ $table
8484
if (colDefs) {
8585
colDefs = [{
8686
id: "#rowId", label: "#", minWidth: 10, align: undefined, width: 40,
87-
format: (value: any) => <Typography fontSize="inherit" color="rgba(0,0,0,0.5)">{value}</Typography>,
87+
format: (value: any) => <Typography fontSize="inherit" color="rgba(0,0,0,0.65)">{value}</Typography>,
8888
dataType: Type.Number,
8989
source: "original",
9090
}, ...colDefs]

0 commit comments

Comments
 (0)