Variable: styles
const
styles:object
solana-app-kit / screens/SampleUI/Threads/CoinDetailPage/CoinDetailPage.style / styles
Variable: styles
const
styles:object
Defined in: src/screens/SampleUI/Threads/CoinDetailPage/CoinDetailPage.style.ts:4
Type declaration
container
container:
object
container.alignItems
alignItems:
"center"
='center'
container.backgroundColor
backgroundColor:
string
='#FFFFFF'
container.flex
flex:
number
=1
headerList
headerList:
object
headerList.fontSize
fontSize:
number
=20
headerList.paddingTop
paddingTop:
number
=20
list
list:
object
list.borderBottomColor
borderBottomColor:
string
=COLORS.greyBorderdark
list.borderBottomWidth
borderBottomWidth:
number
=1
list.flexDirection
flexDirection:
"row"
='row'
list.justifyContent
justifyContent:
"space-between"
='space-between'
list.paddingHorizontal
paddingHorizontal:
number
=20
list.width
width:
"100%"
='100%'
MainSection
MainSection:
object
MainSection.alignItems
alignItems:
"center"
='center'
MainSection.flex
flex:
number
=1
MainSection.width
width:
"100%"
='100%'
menuItem
menuItem:
object
menuItem.fontSize
fontSize:
number
=16
menuItem.fontWeight
fontWeight:
"bold"
='bold'
menuItem.paddingVertical
paddingVertical:
number
=10
menuItem.position
position:
"relative"
='relative'
menuItemSelected
menuItemSelected:
object
menuItemSelected.borderBottomColor
borderBottomColor:
string
=COLORS.cyan
menuItemSelected.borderBottomWidth
borderBottomWidth:
number
=2