0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

style(console): add border to the color block of ColorPicker (#2635)

This commit is contained in:
Xiao Yijun 2022-12-12 16:40:45 +08:00 committed by GitHub
parent 57cd6f877d
commit 81efde35d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,7 @@
width: 24px; width: 24px;
height: 24px; height: 24px;
padding: 0; padding: 0;
border: 1px solid var(--color-divider);
border-radius: 4px; border-radius: 4px;
overflow: hidden; overflow: hidden;