mirror of
https://github.com/Blair-SGA-Dev-Team/blazerapp.git
synced 2026-07-16 06:50:22 -04:00
poll pg (no css?) + styling
This commit is contained in:
@@ -19,7 +19,7 @@ const styles = StyleSheet.create({
|
||||
width: '100%',
|
||||
},
|
||||
title: {
|
||||
fontSize: 28,
|
||||
fontSize: 20,
|
||||
},
|
||||
date: {
|
||||
fontSize:12,
|
||||
@@ -40,6 +40,9 @@ const styles = StyleSheet.create({
|
||||
textDecorationStyle: "solid",
|
||||
textDecorationColor: "red",
|
||||
},
|
||||
title3: {
|
||||
fontSize: 28,
|
||||
},
|
||||
link: {
|
||||
fontSize: 28,
|
||||
textDecorationLine: 'underline',
|
||||
@@ -51,6 +54,13 @@ const styles = StyleSheet.create({
|
||||
borderRadius: 6,
|
||||
padding: 5,
|
||||
marginBottom: 10,
|
||||
shadowColor: "black",
|
||||
shadowOffset: {
|
||||
width: 0,
|
||||
height: 0
|
||||
},
|
||||
shadowOpacity: 0.3,
|
||||
shadowRadius: 3,
|
||||
},
|
||||
headerTitle: {
|
||||
fontSize: 24,
|
||||
|
||||
Reference in New Issue
Block a user