Variable: PumpfunLaunchStyles
const
PumpfunLaunchStyles:object
solana-app-kit / components/pumpfun/Pumpfun.styles / PumpfunLaunchStyles
Variable: PumpfunLaunchStyles
const
PumpfunLaunchStyles:object
Defined in: src/components/pumpfun/Pumpfun.styles.ts:104
Type declaration
header
header:
object
header.color
color:
string
='#333'
header.fontSize
fontSize:
number
=22
header.fontWeight
fontWeight:
"800"
='800'
header.marginBottom
marginBottom:
number
=16
header.textAlign
textAlign:
"center"
='center'
imageButton
imageButton:
object
imageButton.alignItems
alignItems:
"center"
='center'
imageButton.backgroundColor
backgroundColor:
string
='#007AFF'
imageButton.borderRadius
borderRadius:
number
=8
imageButton.marginVertical
marginVertical:
number
=10
imageButton.padding
padding:
number
=12
imageButtonText
imageButtonText:
object
imageButtonText.color
color:
string
='#fff'
imageButtonText.fontWeight
fontWeight:
"600"
='600'
imagePreview
imagePreview:
object
imagePreview.alignSelf
alignSelf:
"center"
='center'
imagePreview.borderRadius
borderRadius:
number
=8
imagePreview.height
height:
number
=120
imagePreview.marginVertical
marginVertical:
number
=10
imagePreview.width
width:
number
=120
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
launchButton
launchButton:
object
launchButton.alignItems
alignItems:
"center"
='center'
launchButton.backgroundColor
backgroundColor:
string
='#28a745'
launchButton.borderRadius
borderRadius:
number
=8
launchButton.marginTop
marginTop:
number
=20
launchButton.padding
padding:
number
=14
launchButtonText
launchButtonText:
object
launchButtonText.color
color:
string
='#fff'
launchButtonText.fontSize
fontSize:
number
=16
launchButtonText.fontWeight
fontWeight:
"700"
='700'
Was this page helpful?