1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

fix plus icon colour and hover

This commit is contained in:
Peter Clement 2023-12-05 14:37:49 +00:00
parent 0f3f484953
commit 442d0853d3

View file

@ -34,6 +34,11 @@
.add-automation-button {
margin-left: 130px;
color: var(--grey-7);
cursor: pointer;
}
.add-automation-button:hover {
color: var(--ink);
}
</style>