fixes missing cursor styling

This commit is contained in:
Keviin Åberg Kultalahti 2021-05-20 14:34:19 +02:00
parent 30eb523bd1
commit eca38a6fec
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>