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:
parent
57cd6f877d
commit
81efde35d3
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
width: 24px;
|
||||
height: 24px;
|
||||
padding: 0;
|
||||
border: 1px solid var(--color-divider);
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
|
||||
|
|
Loading…
Reference in a new issue