mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Set a random color when creating a new label
This commit is contained in:
parent
b403be51a8
commit
32d16a6a0e
1 changed files with 1 additions and 0 deletions
|
|
@ -267,6 +267,7 @@ export default function LabelsPage(): JSX.Element {
|
|||
<Button
|
||||
onClick={() => {
|
||||
resetLabelState()
|
||||
handleGenerateRandomColor()
|
||||
setIsCreateMode(true)
|
||||
}}
|
||||
style="ctaDarkYellow"
|
||||
|
|
|
|||
Loading…
Reference in a new issue