@synergy-design-system/components
Version:
14 lines (12 loc) • 312 B
JavaScript
// src/components/tab-panel/tab-panel.custom.styles.ts
import { css } from "lit";
var tab_panel_custom_styles_default = css`
/* Write custom CSS here */
.tab-panel {
color: var(--syn-typography-color-text);
}
`;
export {
tab_panel_custom_styles_default
};
//# sourceMappingURL=chunk.XHWYGYMQ.js.map