change(ui) - support icon border
This commit is contained in:
parent
e676dd0727
commit
7eb1c303cd
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ function SupportCallout() {
|
|||
<SupportList />
|
||||
</div>
|
||||
<div className="fixed z-50 left-0 bottom-0 m-4">
|
||||
<div className="w-12 h-12 cursor-pointer bg-white border rounded-full flex items-center justify-center group-hover:shadow-lg group-hover:!bg-active-blue">
|
||||
<div className="w-12 h-12 cursor-pointer bg-white border rounded-full flex items-center border-teal justify-center group-hover:shadow-lg group-hover:!bg-active-blue">
|
||||
<Icon name="question-lg" size={30} color="teal" />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue