import { StyleSheet } from 'react-native' import { Theme } from '../../../../styles/native' export const createStyles = (theme: Theme) => StyleSheet.create({ baseTabsContainer: { display: 'flex', flexDirection: 'row', justifyContent: 'flex-start', alignItems: 'center', gap: 24, borderBottomColor: theme.colors.surface.disabled, borderBottomWidth: 1, }, })