qlik-oss/sn-table

View on GitHub
src/utils/theme-background-resolver.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { stardust } from "@nebula.js/stardust";

export const chartBackgroundResolver = (theme: stardust.Theme) =>
  theme.getStyle("", "", "object.straightTableV2.backgroundColor");

export const objectBackgroundResolver = (theme: stardust.Theme) =>
  theme.getStyle("object", "straightTableV2", "backgroundColor");