add cursor

This commit is contained in:
Cory LaViska
2022-08-10 11:31:30 -04:00
parent d0820178c9
commit eb9107bf2b

View File

@@ -24,6 +24,7 @@ export default css`
align-items: stretch;
flex-direction: column;
color: var(--sl-color-neutral-700);
cursor: pointer;
user-select: none;
white-space: nowrap;
}