Lines Matching refs:button
32 primary: { color: lightTheme.button.primary.foreground },
33 secondary: { color: lightTheme.button.secondary.foreground },
34 tertiary: { color: lightTheme.button.tertiary.foreground },
35 ghost: { color: lightTheme.button.ghost.foreground },
36 transparent: { color: lightTheme.button.transparent.foreground },
48 primary: { color: darkTheme.button.primary.foreground },
49 secondary: { color: darkTheme.button.secondary.foreground },
50 tertiary: { color: darkTheme.button.tertiary.foreground },
51 ghost: { color: darkTheme.button.ghost.foreground },
52 transparent: { color: darkTheme.button.transparent.foreground },
66 accessibilityRole: 'button',
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 },
82 ghost: { borderColor: lightTheme.button.ghost.border, borderWidth: 1 },
86 button: shadows.button,
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 },