mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user