passing a scss classname down to a vanilla dom element on react state changes 🤯
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
@import 'src/views/styles/base.module.scss';
|
||||
|
||||
.selectedRow {
|
||||
td {
|
||||
background: green !important;
|
||||
color: white !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user