apply border-radius to ant-tag

This commit is contained in:
SrGooglo 2022-11-28 04:36:33 +00:00
parent 273d665730
commit 00ec5c0f34

View File

@ -411,6 +411,10 @@
}
}
.ant-tag {
border-radius: 8px;
}
// fix input
.ant-input {
background-color: var(--background-color-accent);