gitshark

Clone repository

git clone https://git.vilip.de/git/vilip/taskflow.git
git clone git@git.vilip.de:vilip/taskflow.git

← Commits

๐Ÿ’„ Fix header ui bug

8a5ecab6cbca00b3a2cba82569ede34ad0ffad0d ยท vvilip ยท 2025-11-06T22:03:53Z

Changes

4 files changed, +4 -4

MODIFY app/(tabs)/index.tsx +1 -1
diff --git "a/app/\050tabs\051/index.tsx" "b/app/\050tabs\051/index.tsx"
index 5613991..9f2fdbe 100644
--- "a/app/\050tabs\051/index.tsx"
+++ "b/app/\050tabs\051/index.tsx"
@@ -145,7 +145,7 @@
145 145 header: {
146 146 paddingHorizontal: 16,
147 147 paddingTop: 16,
148 - paddingBottom: 12,
148 + paddingBottom: 20,
149 149 },
150 150 count: {
151 151 fontSize: 14,
MODIFY app/(tabs)/projects.tsx +1 -1
diff --git "a/app/\050tabs\051/projects.tsx" "b/app/\050tabs\051/projects.tsx"
index 517be55..6b79a48 100644
--- "a/app/\050tabs\051/projects.tsx"
+++ "b/app/\050tabs\051/projects.tsx"
@@ -113,7 +113,7 @@
113 113 header: {
114 114 paddingHorizontal: 16,
115 115 paddingTop: 16,
116 - paddingBottom: 12,
116 + paddingBottom: 20,
117 117 },
118 118 count: {
119 119 fontSize: 14,
MODIFY app/(tabs)/today.tsx +1 -1
diff --git "a/app/\050tabs\051/today.tsx" "b/app/\050tabs\051/today.tsx"
index 0713953..d15303e 100644
--- "a/app/\050tabs\051/today.tsx"
+++ "b/app/\050tabs\051/today.tsx"
@@ -97,7 +97,7 @@
97 97 header: {
98 98 paddingHorizontal: 16,
99 99 paddingTop: 16,
100 - paddingBottom: 12,
100 + paddingBottom: 20,
101 101 },
102 102 date: {
103 103 fontSize: 14,
MODIFY components/themed-text.tsx +1 -1
diff --git a/components/themed-text.tsx b/components/themed-text.tsx
index d79d0a1..51ca698 100644
--- a/components/themed-text.tsx
+++ b/components/themed-text.tsx
@@ -46,7 +46,7 @@
46 46 title: {
47 47 fontSize: 32,
48 48 fontWeight: 'bold',
49 - lineHeight: 32,
49 + lineHeight: 40,
50 50 },
51 51 subtitle: {
52 52 fontSize: 20,

Keyboard shortcuts

?Show this help
g hGo home
EscClose dialog