more on button refactor (#388)

- Removed opacity for hover effect. Now uses a brighter variant of color
- Updated other Button usages
This commit is contained in:
Red J Adaya
2024-09-17 22:38:17 -07:00
committed by GitHub
parent f08bc8c768
commit dae72e7009
10 changed files with 111 additions and 108 deletions
-3
View File
@@ -348,9 +348,6 @@ const ConnStatusOverlay = React.memo(
<Button className={reconClassName} onClick={handleTryReconnect}>
{reconDisplay}
</Button>
{/* <Button className="secondary ghost vertical-padding-5 horizontal-padding-6">
<i className="fa-sharp fa-regular fa-xmark-large"></i>
</Button> */}
</div>
) : null}
</div>