Buttons should have pointer cursor.
This commit is contained in:
@@ -276,6 +276,10 @@ hr {
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
||||
button {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.color-container {
|
||||
|
||||
Reference in New Issue
Block a user