/
GEOSHEV
/
Event-app
Обзор
Документация
Войти
/
GEOSHEV
/
Event-app
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
src/components/ui/Button/styles.ts
15 строк
282 B
Gosha
feat: make register and login screen (without logic)
13 май 2026, 15:58
13 май 2026, 15:58
1783129
Код
Авторство
О чём код?
import { StyleSheet } from "react-native"; export const styles = StyleSheet.create({ base: { height: 48, borderRadius: 24, alignItems: "center", justifyContent: "center", paddingHorizontal: 16, }, text: { fontSize: 16, fontWeight: "600", }, });