Skip to content

Commit 2db8587

Browse files
committed
Styling Mitgliedwerden Button
1 parent 20c4e2d commit 2db8587

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

next/app/(main)/[slug]/PageProgram.tsx

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff 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 },

0 commit comments

Comments
 (0)