/
GEOSHEV
/
Event-app
Обзор
Документация
Войти
/
GEOSHEV
/
Event-app
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
src/components/ui/Text/styles.ts
20 строк
313 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({ h1: { fontSize: 28, fontWeight: "700", }, h2: { fontSize: 22, fontWeight: "600", }, body: { fontSize: 16, fontWeight: "400", }, caption: { fontSize: 12, fontWeight: "400", }, });