change(ui) - bugreport modal title color
This commit is contained in:
parent
4a347139ba
commit
373f5f87b3
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ function ReportTitle() {
|
|||
<div
|
||||
onDoubleClick={toggleEdit}
|
||||
className={cn(
|
||||
'text-blue text-2xl h-8 flex items-center border-transparent',
|
||||
'color-teal text-2xl h-8 flex items-center border-transparent',
|
||||
'cursor-pointer select-none border-b border-b-borderColor-transparent hover:border-dotted hover:border-gray-medium'
|
||||
)}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue