fix plus icon colour and hover
This commit is contained in:
parent
0f3f484953
commit
442d0853d3
|
@ -34,6 +34,11 @@
|
||||||
|
|
||||||
.add-automation-button {
|
.add-automation-button {
|
||||||
margin-left: 130px;
|
margin-left: 130px;
|
||||||
|
color: var(--grey-7);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.add-automation-button:hover {
|
||||||
|
color: var(--ink);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue