fixes missing cursor styling

This commit is contained in:
Keviin Åberg Kultalahti 2021-05-20 14:34:19 +02:00
parent e0f22ae934
commit 24c56a89ec
1 changed files with 3 additions and 0 deletions

View File

@ -41,4 +41,7 @@
align-items: center;
grid-template-columns: 200px 20px;
}
.icon {
cursor: pointer;
}
</style>