Skip to content

Commit 16682a7

Browse files
Merge pull request #509 from PermanentOrg/PER-9948-fix-location-background
change background colour
2 parents 40cc59f + 78b3886 commit 16682a7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/app/file-browser/components/location-picker/location-picker.component.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
display: block;
55
flex: 1;
66
max-width: 100%;
7+
background-color: white;
78
}
89

910
.map-wrapper {
@@ -49,4 +50,7 @@
4950
// width: auto;
5051
// flex-basis: auto;
5152
// }
52-
// }
53+
// }
54+
.dialog-content {
55+
background-color: white;
56+
}

0 commit comments

Comments
 (0)