partial: second batch of components

This commit is contained in:
Rafael Taranto 2025-05-08 19:15:48 +01:00
parent 9f4bf1de7b
commit f75477ac34
53 changed files with 673 additions and 757 deletions

View file

@ -7,8 +7,7 @@ import {
fontSize5,
fontPrimary,
fontSecondary,
fontMonospaced,
codeInputFontSize
fontMonospaced
} from 'src/styling/variables'
const base = {
@ -17,6 +16,10 @@ const base = {
}
export default {
base: {
lineHeight: '120%',
color: fontColor
},
h1: {
extend: base,
fontSize: fontSize1,
@ -126,12 +129,6 @@ export default {
fontWeight: 500,
color: fontColor
},
confirmationCode: {
extend: base,
fontSize: codeInputFontSize,
fontFamily: fontSecondary,
fontWeight: 900
},
inline: {
display: 'inline'
},