import {View} from 'react-native' import {atoms as a, useTheme} from '#/alf' import {Text} from '#/components/Typography' import {Palette} from './Palette' export function Theming() { const t = useTheme() return ( theme.atoms.text theme.atoms.text_contrast_high theme.atoms.text_contrast_medium theme.atoms.text_contrast_low theme.atoms.bg theme.atoms.bg_contrast_25 theme.atoms.bg_contrast_50 theme.atoms.bg_contrast_100 theme.atoms.bg_contrast_200 theme.atoms.bg_contrast_300 ) }