Lines Matching refs:backgroundColor
72 default: { backgroundColor: lightTheme.background.default },
73 primary: { backgroundColor: lightTheme.button.primary.background },
74 secondary: { backgroundColor: lightTheme.button.secondary.background },
75 tertiary: { backgroundColor: lightTheme.button.tertiary.background },
76 ghost: { backgroundColor: lightTheme.button.ghost.background },
77 transparent: { backgroundColor: lightTheme.button.transparent.background },
78 disabled: { backgroundColor: lightTheme.status.default },
97 default: { backgroundColor: darkTheme.background.default },
98 primary: { backgroundColor: darkTheme.button.primary.background },
99 secondary: { backgroundColor: darkTheme.button.secondary.background },
100 tertiary: { backgroundColor: darkTheme.button.tertiary.background },
101 ghost: { backgroundColor: darkTheme.button.ghost.background },
102 transparent: { backgroundColor: darkTheme.button.transparent.background },
103 disabled: { backgroundColor: darkTheme.status.default },
201 let backgroundColor = 'transparent';
204 backgroundColor = highlightColorMap[theme][props.bg];
208 backgroundColor,