Commit 55abdb6d authored by W.D.R.P. Sandeepa's avatar W.D.R.P. Sandeepa

Add style for color

parent 7d1ccf7e
...@@ -25,4 +25,45 @@ export default function ColorActivity(){ ...@@ -25,4 +25,45 @@ export default function ColorActivity(){
</TouchableOpacity> </TouchableOpacity>
) )
} }
\ No newline at end of file
const styles = StyleSheet.create({
card: {
marginVertical: 20,
backgroundColor: "#fff",
paddingVertical: 8,
paddingHorizontal: 15,
padding: 15,
width: 380,
marginHorizontal: 20,
borderRadius: 30,
shadowColor: "#000",
shadowOffset: {
width: 2,
height: 2
},
shadowOpacity: 0.3,
shadowRadius: 1.5,
},
cardTitle: {
fontWeight: "bold",
fontSize: 30,
marginLeft: 10,
},
cardLocation: {
fontSize: 16,
color: "#777",
marginLeft: 10,
},
cardDescription: {
fontSize: 18,
marginVertical: 8,
marginLeft: 10,
},
cardImage: {
padding: 0,
flex: 0.4
}
})
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment