Merged in fix/BOOK-529-new-icon (pull request #3290)
Fix/BOOK-529 new icon * fix(BOOK-529): add new icon, remove scroll again * fix(BOOK-529): remove divider when no saved card Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -9,3 +9,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.form::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -161,7 +161,7 @@ export default function Form({ error }: FormProps) {
|
||||
</p>
|
||||
</Typography>
|
||||
</div>
|
||||
{savedCreditCards && <Divider />}
|
||||
{!!savedCreditCards?.length && <Divider />}
|
||||
<SelectPaymentMethod
|
||||
paymentMethods={(savedCreditCards ?? []).map((card) => ({
|
||||
...card,
|
||||
|
||||
@@ -26,7 +26,7 @@ export default function GuaranteeLateArrival() {
|
||||
}
|
||||
|
||||
const text = intl.formatMessage({
|
||||
id: "myStay.gla.heading",
|
||||
id: "myStay.gla.addLateArrivalGuarantee",
|
||||
defaultMessage: "Add late arrival guarantee",
|
||||
})
|
||||
|
||||
@@ -35,7 +35,7 @@ export default function GuaranteeLateArrival() {
|
||||
<ActionsButton
|
||||
onPress={trackGuaranteeLateArrival}
|
||||
text={text}
|
||||
icon="check"
|
||||
icon="lock_clock"
|
||||
/>
|
||||
<Modal>
|
||||
<GuaranteeDialog />
|
||||
|
||||
@@ -276,7 +276,7 @@
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: block;
|
||||
src: url(/_static/shared/fonts/material-symbols/rounded-fa2883c6.woff2)
|
||||
src: url(/_static/shared/fonts/material-symbols/rounded-0ce1d4ea.woff2)
|
||||
format('woff2');
|
||||
}
|
||||
|
||||
|
||||
@@ -152,6 +152,7 @@ const icons = [
|
||||
"location_city",
|
||||
"location_on",
|
||||
"lock",
|
||||
"lock_clock",
|
||||
"loyalty",
|
||||
"luggage",
|
||||
"mail",
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
Auto-generated, do not edit. Use scripts/material-symbols-update.mts to update.
|
||||
hash=fa2883c6
|
||||
created=2025-12-01T10:31:09.165Z
|
||||
hash=0ce1d4ea
|
||||
created=2025-12-03T15:14:42.683Z
|
||||
|
||||
BIN
shared/fonts/material-symbols/rounded-0ce1d4ea.woff2
Normal file
BIN
shared/fonts/material-symbols/rounded-0ce1d4ea.woff2
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user