Variable: BondingCurveCardStyles
const
BondingCurveCardStyles:object
solana-app-kit / components/tokenMill/BondingCurveCard.style / BondingCurveCardStyles
Variable: BondingCurveCardStyles
const
BondingCurveCardStyles:object
Defined in: src/components/tokenMill/BondingCurveCard.style.ts:3
Type declaration
button
button:
object
button.alignItems
alignItems:
"center"
='center'
button.backgroundColor
backgroundColor:
string
='#2a2a2a'
button.borderRadius
borderRadius:
number
=8
button.marginTop
marginTop:
number
=12
button.paddingVertical
paddingVertical:
number
=14
buttonText
buttonText:
object
buttonText.color
color:
string
='#fff'
buttonText.fontSize
fontSize:
number
=15
buttonText.fontWeight
fontWeight:
"600"
='600'
section
section:
object
section.backgroundColor
backgroundColor:
string
='#fff'
section.borderRadius
borderRadius:
number
=12
section.marginBottom
marginBottom:
number
=16
section.padding
padding:
number
=16
section.width
width:
"100%"
='100%'
sectionTitle
sectionTitle:
object
sectionTitle.color
color:
string
='#2a2a2a'
sectionTitle.fontSize
fontSize:
number
=18
sectionTitle.fontWeight
fontWeight:
"700"
='700'
sectionTitle.marginBottom
marginBottom:
number
=12
sectionTitle.textAlign
textAlign:
"center"
='center'
Was this page helpful?