RocketChat/Rocket.Chat

View on GitHub
packages/livechat/src/Theme.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { type CSSProperties } from 'preact/compat';

export type Theme = {
    color: CSSProperties['backgroundColor'];
    fontColor: CSSProperties['color'];
};