Hi, I have a problem with my style in a custom theme.
The import is set
@import url(../reindeer/styles.css);
but no matter what style I set, nothing happens. The theme is set also
setTheme("mytheme");
e.g.
.v-table-header-cell {
text-align: center;
}
and it’s not working… any ides? Thanks.