app/styles/components/table/_component.scss
/*html*/#voxel .voxel-hologram__content .voxel-table {
@include voxel-table();
}
@each $theme in $voxel-color__themes--supported {
/*html*/#voxel .voxel-theme--#{$theme} .voxel-hologram__content .voxel-table {
@include voxel-table__themes($theme);
}
}