fix color placard

This commit is contained in:
Ben Haynes
2021-01-25 10:52:14 -05:00
parent 5bd9e60fdf
commit da22c48cb8

View File

@@ -268,7 +268,7 @@ export default defineComponent({
width: calc(var(--input-height) - 12px);
max-height: calc(var(--input-height) - 12px);
overflow: hidden;
border-radius: var(--border-radius);
border-radius: calc(var(--border-radius) + 2px);
cursor: pointer;
}