/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
test/development/basic/theme-ui/fixture/theme.js
13 строк
320 B
Tim Neutkens
use createNextDescribe for test/development/basic tests (#58031)
04 ноя 2023, 22:02
Не верифицирован
04 ноя 2023, 22:02
758c47f
Код
Авторство
О чём код?
// example theme.js export default { fonts: { body: 'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif', heading: '"Avenir Next", sans-serif', monospace: 'Menlo, monospace', }, colors: { text: '#000', background: '#fff', primary: '#33e', }, }