mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 06:35:32 +03:00
groups: tabs use cursor: pointer
This commit is contained in:
parent
8fb1727fc6
commit
584268670c
@ -90,6 +90,7 @@ const Tab = ({ selected, id, label, setSelected }) => (
|
||||
borderBottom={selected === id ? 1 : 0}
|
||||
borderBottomColor="black"
|
||||
mr={2}
|
||||
cursor='pointer'
|
||||
onClick={() => setSelected(id)}
|
||||
>
|
||||
<Text color={selected === id ? "black" : "gray"}>{label}</Text>
|
||||
|
Loading…
Reference in New Issue
Block a user