0
Fork 0
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:
Charles Zhao 2023-11-08 12:32:23 +08:00 committed by GitHub
parent 414604838d
commit 4bcb9a7b98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,10 @@
.addButton {
margin-top: _.unit(3);
svg {
color: var(--color-text-secondary);
}
}
.spinner {