passing a scss classname down to a vanilla dom element on react state changes 🤯

This commit is contained in:
Sriram Hariharan
2023-03-04 23:20:12 -06:00
parent d9739cdb56
commit 9dbe0d7ff7
4 changed files with 63 additions and 40 deletions

View File

@@ -0,0 +1,8 @@
@import 'src/views/styles/base.module.scss';
.selectedRow {
td {
background: green !important;
color: white !important;
}
}