Variable: PumpfunBuyStyles
const
PumpfunBuyStyles:object
solana-app-kit / components/pumpfun/Pumpfun.styles / PumpfunBuyStyles
Variable: PumpfunBuyStyles
const
PumpfunBuyStyles:object
Defined in: src/components/pumpfun/Pumpfun.styles.ts:3
Type declaration
buyButton
buyButton:
object
buyButton.alignItems
alignItems:
"center"
='center'
buyButton.backgroundColor
backgroundColor:
string
='#28a745'
buyButton.borderRadius
borderRadius:
number
=8
buyButton.marginTop
marginTop:
number
=16
buyButton.padding
padding:
number
=14
buyButtonText
buyButtonText:
object
buyButtonText.color
color:
string
='#fff'
buyButtonText.fontSize
fontSize:
number
=16
buyButtonText.fontWeight
fontWeight:
"700"
='700'
input
input:
object
input.backgroundColor
backgroundColor:
string
='#fafafa'
input.borderColor
borderColor:
string
='#ccc'
input.borderRadius
borderRadius:
number
=8
input.borderWidth
borderWidth:
number
=1
input.marginBottom
marginBottom:
number
=12
input.padding
padding:
number
=10
label
label:
object
label.color
color:
string
='#555'
label.fontSize
fontSize:
number
=14
label.fontWeight
fontWeight:
"600"
='600'
label.marginVertical
marginVertical:
number
=6
pasteButton
pasteButton:
object
pasteButton.alignSelf
alignSelf:
"flex-start"
='flex-start'
pasteButton.backgroundColor
backgroundColor:
string
='#007AFF'
pasteButton.borderRadius
borderRadius:
number
=8
pasteButton.marginBottom
marginBottom:
number
=12
pasteButton.paddingHorizontal
paddingHorizontal:
number
=14
pasteButton.paddingVertical
paddingVertical:
number
=10
pasteButtonText
pasteButtonText:
object
pasteButtonText.color
color:
string
='#fff'
pasteButtonText.fontWeight
fontWeight:
"600"
='600'
sectionTitle
sectionTitle:
object
sectionTitle.color
color:
string
='#333'
sectionTitle.fontSize
fontSize:
number
=20
sectionTitle.fontWeight
fontWeight:
"700"
='700'
sectionTitle.marginBottom
marginBottom:
number
=12
Was this page helpful?