mirror of
https://github.com/directus/directus.git
synced 2026-02-01 15:34:57 -05:00
fix color placard
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user