| /expo/packages/expo-dev-client-components/src/ |
| H A D | Button.tsx | 35 ghost: { color: lightTheme.button.ghost.foreground }, 51 ghost: { color: darkTheme.button.ghost.foreground }, 76 ghost: { backgroundColor: lightTheme.button.ghost.background }, 82 ghost: { borderColor: lightTheme.button.ghost.border, borderWidth: 1 }, 101 ghost: { backgroundColor: darkTheme.button.ghost.background }, 133 ghost: lightTheme.background.tertiary, 143 ghost: darkTheme.background.tertiary,
|
| /expo/home/components/ |
| H A D | Button.tsx | 6 type Theme = 'primary' | 'secondary' | 'tertiary' | 'ghost' | 'error'; 37 case 'ghost': 39 backgroundColor: expoTheme.button.ghost.background, 40 color: expoTheme.button.ghost.foreground, 41 borderColor: expoTheme.button.ghost.border,
|
| /expo/home/screens/ProjectScreen/ |
| H A D | EmptySection.tsx | 26 backgroundColor: theme.button.ghost.background, 28 borderColor: theme.button.ghost.border, 31 <Text type="InterSemiBold" style={{ color: theme.button.ghost.foreground }} size="small">
|
| /expo/home/screens/BranchDetailsScreen/ |
| H A D | EmptySection.tsx | 28 backgroundColor: theme.button.ghost.background, 30 borderColor: theme.button.ghost.border, 33 <Text type="InterSemiBold" style={{ color: theme.button.ghost.foreground }} size="small">
|
| /expo/packages/expo-dev-launcher/bundle/components/ |
| H A D | LogoutConfirmationModal.tsx | 32 bg="ghost" 33 border="ghost" 37 <Button.Text color="ghost" weight="bold" align="center">
|
| H A D | DeepLinkModal.tsx | 56 bg="ghost" 58 border="ghost" 61 <Button.Text size="large" align="center" weight="semibold" color="ghost">
|
| H A D | AppHeader.tsx | 68 bg="ghost"
|
| /expo/home/screens/HomeScreen/ |
| H A D | HomeScreenHeader.tsx | 54 backgroundColor: theme.button.ghost.background, 56 borderColor: theme.button.ghost.border, 58 <Button.Text type="InterSemiBold" color="ghost" size="small">
|
| /expo/home/screens/DeleteAccountScreen/ |
| H A D | SMSDevice.tsx | 38 theme="ghost"
|
| /expo/packages/expo-dev-launcher/bundle/screens/ |
| H A D | KitchenSinkScreen.tsx | 65 <BasicButton label="Ghost" type="ghost" />
|
| H A D | ExtensionsScreen.tsx | 102 <Button.FadeOnPressContainer bg="ghost" rounded="small"> 104 <Button.Text color="ghost" weight="semibold" size="small">
|
| H A D | HomeScreen.tsx | 142 bg="ghost" 307 <Button.FadeOnPressContainer bg="ghost" onPress={clearRecentlyOpenedApps}>
|
| H A D | UserProfileScreen.tsx | 108 bg="ghost">
|
| /expo/packages/expo-dev-menu/app/components/ |
| H A D | Main.tsx | 118 <Button.FadeOnPressContainer onPress={hideMenu} bg="ghost" rounded="full">
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 648 …ghost:{background:'transparent',foreground:t.palette.light.gray[800],border:t.palette.light.gray[4… 1054 …ghost:{color:i.lightTheme.button.ghost.foreground},transparent:{color:i.lightTheme.button.transpar… 1258 …ghost",rounded:"medium",border:"ghost",onPress:function(){l.pop()},children:(0,x.jsx)(n.View,{py:"… 1277 …vigate('User Profile')},accessibilityLabel:"Navigate to User Profile",bg:"ghost",rounded:"full",ch… 1295 …ghost",rounded:"full",onPress:function(){D.push((function(){return(0,C.jsx)(p.DevServerExplainerMo… 1301 …r.Horizontal,{size:"small"}),(0,S.jsx)(c.BasicButton,{label:"Ghost",type:"ghost"}),(0,S.jsx)(n.Spa… 1303 …PressContainer,{onPress:t,accessibilityLabel:"Go Back",rounded:"full",bg:"ghost",children:(0,h.jsx… 1304 …ghost",border:"ghost",rounded:"medium",onPress:u,children:(0,o.jsx)(t.View,{padding:"small",rounde…
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 649 …ghost:{background:'transparent',foreground:t.palette.light.gray[800],border:t.palette.light.gray[4… 1055 …ghost:{color:i.lightTheme.button.ghost.foreground},transparent:{color:i.lightTheme.button.transpar… 1259 …ghost",rounded:"medium",border:"ghost",onPress:function(){l.pop()},children:(0,x.jsx)(n.View,{py:"… 1278 …vigate('User Profile')},accessibilityLabel:"Navigate to User Profile",bg:"ghost",rounded:"full",ch… 1296 …ghost",rounded:"full",onPress:function(){D.push((function(){return(0,C.jsx)(p.DevServerExplainerMo… 1302 …r.Horizontal,{size:"small"}),(0,S.jsx)(c.BasicButton,{label:"Ghost",type:"ghost"}),(0,S.jsx)(n.Spa… 1304 …PressContainer,{onPress:t,accessibilityLabel:"Go Back",rounded:"full",bg:"ghost",children:(0,h.jsx… 1305 …ghost",border:"ghost",rounded:"medium",onPress:u,children:(0,o.jsx)(t.View,{padding:"small",rounde…
|
| /expo/packages/expo-dev-menu/assets/ |
| H A D | EXDevMenuApp.ios.js | 447 …ghost:{background:'transparent',foreground:t.palette.light.gray[800],border:t.palette.light.gray[4… property 883 …,children:(0,p.jsx)(l.Button.FadeOnPressContainer,{onPress:h.hideMenu,bg:"ghost",rounded:"full",ch…
|
| H A D | EXDevMenuApp.android.js | 448 …ghost:{background:'transparent',foreground:t.palette.light.gray[800],border:t.palette.light.gray[4… property 884 …,children:(0,p.jsx)(l.Button.FadeOnPressContainer,{onPress:h.hideMenu,bg:"ghost",rounded:"full",ch…
|