Replace hardcoded #e0e0e0 borders with $border-input and normalize $border-radius to 3px

This commit is contained in:
2026-04-20 03:54:06 +03:00
parent 4aadab25e9
commit 3bae0ee98f
3 changed files with 9 additions and 9 deletions
@@ -259,7 +259,7 @@
// neutral gray so it reads as a glyph rather than a CTA.
.flights-map-filter .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button {
background: transparent !important;
border: 1px solid #e0e0e0 !important;
border: 1px solid colors.$border-input !important;
border-left: none !important;
color: colors.$light-gray !important;
box-shadow: none !important;