fix: add !important to route-filter swap button margin to override PrimeReact defaults

This commit is contained in:
gnezim
2026-04-06 09:48:50 +03:00
parent 2e7c8b3287
commit 8f64346921
@@ -21,7 +21,7 @@
.route-filter__swap {
align-self: center;
margin: 8px 0;
margin: 8px 0 !important;
}
.route-filter__search-button {