Lines Matching refs:background
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 },
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 },
129 default: lightTheme.background.secondary,
130 primary: lightTheme.background.tertiary,
131 secondary: lightTheme.background.quaternary,
133 ghost: lightTheme.background.tertiary,
134 transparent: lightTheme.background.secondary,
139 default: darkTheme.background.secondary,
140 primary: darkTheme.background.tertiary,
141 secondary: darkTheme.background.quaternary,
143 ghost: darkTheme.background.tertiary,
144 transparent: darkTheme.background.secondary,