Variable: styles
const
styles:object
solana-app-kit / screens/Common/SearchScreen/SearchScreen.styles / styles
Variable: styles
const
styles:object
Defined in: src/screens/Common/SearchScreen/SearchScreen.styles.ts:3
Type declaration
card
card:
object
card.borderRadius
borderRadius:
number
=12
card.elevation
elevation:
number
=2
card.marginBottom
marginBottom:
number
=16
card.padding
padding:
number
=20
card.shadowColor
shadowColor:
string
='#000'
card.shadowOffset
shadowOffset:
object
card.shadowOffset.height
height:
number
=2
card.shadowOffset.width
width:
number
=0
card.shadowOpacity
shadowOpacity:
number
=0.1
card.shadowRadius
shadowRadius:
number
=4
card.width
width:
"90%"
='90%'
cardButton
cardButton:
object
cardButton.alignItems
alignItems:
"center"
='center'
cardButton.backgroundColor
backgroundColor:
string
='#2a2a2a'
cardButton.borderRadius
borderRadius:
number
=8
cardButton.paddingVertical
paddingVertical:
number
=10
cardButtonText
cardButtonText:
object
cardButtonText.color
color:
string
='#fff'
cardButtonText.fontSize
fontSize:
number
=16
cardButtonText.fontWeight
fontWeight:
"600"
='600'
cardDescription
cardDescription:
object
cardDescription.color
color:
string
='#555'
cardDescription.fontSize
fontSize:
number
=14
cardDescription.marginBottom
marginBottom:
number
=12
cardTitle
cardTitle:
object
cardTitle.color
color:
string
='#333'
cardTitle.fontSize
fontSize:
number
=18
cardTitle.fontWeight
fontWeight:
"700"
='700'
cardTitle.marginBottom
marginBottom:
number
=8
container
container:
object
container.alignItems
alignItems:
"center"
='center'
container.padding
padding:
number
=16
container.paddingBottom
paddingBottom:
number
=32
header
header:
object
header.alignItems
alignItems:
"center"
='center'
header.borderBottomColor
borderBottomColor:
string
='#eee'
header.borderBottomWidth
borderBottomWidth:
number
=1
header.flexDirection
flexDirection:
"row"
='row'
header.justifyContent
justifyContent:
"space-between"
='space-between'
header.paddingHorizontal
paddingHorizontal:
number
=16
header.paddingVertical
paddingVertical:
number
=12
headerTitle
headerTitle:
object
headerTitle.color
color:
string
='#333'
headerTitle.fontSize
fontSize:
number
=20
headerTitle.fontWeight
fontWeight:
"700"
='700'
logoutButton
logoutButton:
object
logoutButton.padding
padding:
number
=8
logoutText
logoutText:
object
logoutText.color
color:
string
='#FF4500'
logoutText.fontSize
fontSize:
number
=16
logoutText.fontWeight
fontWeight:
"600"
='600'
safeArea
safeArea:
object
safeArea.backgroundColor
backgroundColor:
string
='#fff'
safeArea.flex
flex:
number
=1
Was this page helpful?