UNPKG

wix-style-react

Version:
10 lines (8 loc) 203 B
import { calcColors } from './utils'; export default function FloatingPanels({ mainColor, ...rest } = {}) { return { ...calcColors(mainColor), textColorPrimary: '#000000', ...rest, }; }