Skip to content

Commit a65f052

Browse files
committed
feat(395): add white background to backbutton bar
1 parent f4afa6f commit a65f052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SinglePropertyDetail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const SinglePropertyDetail = ({
6969

7070
return (
7171
<div className="w-full px-6 pb-6">
72-
<div className="sticky top-0 py-4 z-10">
72+
<div className="sticky top-0 py-4 z-10 bg-white">
7373
<ThemeButton
7474
color="tertiary"
7575
label="Back"

0 commit comments

Comments
 (0)