Variable: styles
const
styles:object
solana-app-kit / components/addButton/addButton.style / styles
Variable: styles
const
styles:object
Defined in: src/components/addButton/addButton.style.ts:3
Type declaration
btn
btn:
object
btn.alignItems
alignItems:
"center"
="center"
btn.backgroundColor
backgroundColor:
string
="black"
btn.borderRadius
borderRadius:
number
=12
btn.flex
flex:
number
=1
btn.height
height:
number
=40
btn.justifyContent
justifyContent:
"center"
="center"
btn.marginHorizontal
marginHorizontal:
number
=5
btn.position
position:
"relative"
="relative"
container
container:
object
container.alignItems
alignItems:
"center"
="center"
container.flexDirection
flexDirection:
"row"
="row"
container.gap
gap:
number
=4
container.justifyContent
justifyContent:
"space-between"
="space-between"
icon
icon:
object
icon.position
position:
"absolute"
="absolute"
icon.right
right:
number
=-11
icon.top
top:
number
=-11
lastBtn
lastBtn:
object
lastBtn.backgroundColor
backgroundColor:
string
="white"
lastBtn.borderColor
borderColor:
string
="#32D4DE"
lastBtn.borderWidth
borderWidth:
number
=2
lastBtnText
lastBtnText:
object
lastBtnText.color
color:
string
="black"
lastBtnText.fontSize
fontSize:
number
=14
lastBtnText.fontWeight
fontWeight:
"bold"
="bold"
text
text:
object
text.color
color:
string
="white"
text.fontSize
fontSize:
number
=10
text.fontWeight
fontWeight:
"bold"
="bold"
Was this page helpful?