tusharghoshbd / ngx-datatable

1 stars 3 forks source link

not able to ovveride jarviswidget background color #13

Open PrashantHarde opened 3 years ago

PrashantHarde commented 3 years ago

Hello @tusharghoshbd i am using your datatble in angular. I want to add background color to .jarviswidget > div { } . i tried .jarviswidget > div { background-color: #272c33 !important; } also i used ::ng-deep still not able to override your default css can you please suggest me way to do it.....

PrashantHarde commented 3 years ago

Hello @tusharghoshbd any update on above issue.

tusharghoshbd commented 3 years ago

Hi @PrashantHarde, please update to version 1.3.3 and write ::ng-deep .jarviswidget > div { background-color: #272c33 !important; } in app.component.css file.