Make the close button of the location share dialog visible in high-contrast theme (#7597)

This commit is contained in:
Andy Balaam
2022-01-21 15:40:51 +00:00
committed by GitHub
parent cf0141467e
commit 9fefce6721

View File

@@ -125,3 +125,7 @@ $roomtopic-color: $secondary-content;
}
}
}
.mx_Dialog_buttons button.mx_LocationPicker_cancelButton::before {
background-color: $background !important;
}