search_pills: Correct border radius to match images.

This commit is contained in:
Karl Stolley
2024-07-17 11:21:46 -05:00
committed by Tim Abbott
parent 33d2c8fc4d
commit eb0f72ecef

View File

@@ -256,7 +256,8 @@
in the area. */
height: calc(var(--height-input-pill) - 2px);
border: none;
border-radius: 3px;
/* Match border radius to image */
border-radius: 4px;
max-width: none;
display: grid;
grid-template-columns: auto 1fr auto;