mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
fix(console): icon color on add buttons in organization template (#4835)
This commit is contained in:
parent
414604838d
commit
4bcb9a7b98
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
.addButton {
|
||||
margin-top: _.unit(3);
|
||||
|
||||
svg {
|
||||
color: var(--color-text-secondary);
|
||||
}
|
||||
}
|
||||
|
||||
.spinner {
|
||||
|
|
Loading…
Add table
Reference in a new issue