MCPcopy
hub / github.com/BlueWallet/BlueWallet / useTheme

Function useTheme

components/themes.ts:160–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158
159// Casting theme value to get autocompletion
160export const useTheme = (): Theme => useThemeBase() as Theme;
161
162export const platformColors = {
163 background: BlueDefaultTheme.colors.background,

Callers 15

ManageWalletsListItemFunction · 0.90
WalletGroupComponentFunction · 0.90
SafeAreaFlatListFunction · 0.90
BlueFormLabelFunction · 0.90
BlueFormMultiInputFunction · 0.90
Button.tsxFile · 0.90
TabsFunction · 0.90
ListItem.tsxFile · 0.90
SafeAreaFunction · 0.90
AddressInputScanButtonFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected