Match other filter buttons

This commit is contained in:
Jason Zimdars
2025-05-19 17:14:40 -05:00
parent 84b6a1291f
commit e4a2f1e540
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -4,6 +4,10 @@
position: relative;
z-index: 1;
}
.btn {
--btn-border-color: var(--color-ink-medium);
}
}
.filter__button {
+1 -1
View File
@@ -10,7 +10,7 @@ module FiltersHelper
end
def filter_chip_tag(text, params)
link_to cards_path(params), class: "btn txt-small btn--remove fill-selected" do
link_to cards_path(params), class: "btn txt-x-small btn--remove fill-selected flex-inline" do
concat tag.span(text)
concat icon_tag("close")
end