/
GEOSHEV
/
Event-app
Обзор
Документация
Войти
/
GEOSHEV
/
Event-app
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
src/components/ui/CodeInput/styles.ts
24 строки
475 B
Gosha
feat: add verify screen, add detailed lesson card
19 май 2026, 19:45
19 май 2026, 19:45
77fad0f
Код
Авторство
О чём код?
import { StyleSheet } from "react-native"; export const styles = StyleSheet.create({ container: { flexDirection: "row", gap: 10, justifyContent: "center", }, cell: { width: 48, height: 56, borderRadius: 12, borderWidth: 1.5, borderColor: "#D1D5DB", backgroundColor: "#F9FAFB", fontSize: 22, fontWeight: "600", color: "#ffffffff", }, cellFilled: { borderColor: "#9D7764", backgroundColor: "#9D7764", }, });