Skip to content

Commit 4fadb11

Browse files
authored
Merge pull request #409 from getAlby/fix/main-button
fix: add background color to main button pressable
2 parents 0b3b0fb + 7c62942 commit 4fadb11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ function MainButton({
286286
<>
287287
<Link href={href} className="flex flex-1" asChild>
288288
<Pressable
289-
className="flex-1 aspect-square rounded-3xl flex"
289+
className="bg-background flex-1 aspect-square rounded-3xl flex"
290290
style={{
291291
...(pressed && { transform: "scale(0.98)" }),
292292
...Platform.select({

0 commit comments

Comments
 (0)