File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -99,11 +99,18 @@ export default function ProgramPage({
9999 < View
100100 style = { {
101101 backgroundColor : Colors . darkGreen ,
102+ paddingVertical : Metrics . halfHalfBaseMargin ,
103+ paddingHorizontal : Metrics . halfBaseMargin ,
104+ borderBottomLeftRadius : 9 ,
105+ borderBottomRightRadius : 9 ,
106+ margin : 0 ,
102107 } }
103108 >
104109 < Link
105110 href = { "/mitglied-werden" }
106- style = { { textDecoration : "none" , backgroundColor : "blue" } }
111+ style = { {
112+ textDecoration : "none" ,
113+ } }
107114 passHref = { true }
108115 >
109116 < Text
@@ -409,14 +416,14 @@ const { ids, styles } = StyleSheet.create({
409416 { rotate : "90deg" } ,
410417 { translateX : "45vh" } ,
411418 ] ,
412- alignItems : "center" ,
413- backgroundColor : "gray" ,
419+ // alignItems: "center",
420+ // backgroundColor: "gray",
414421 "@media (max-width: 910px)" : {
415422 display : "none" ,
416423 } ,
417424 } ,
418425 memberButton : {
419- ...Fonts . style . text ,
426+ ...Fonts . style . textLink ,
420427 color : Colors . white ,
421428 } ,
422429 avatar : { borderRadius : 9 } ,
You can’t perform that action at this time.
0 commit comments