impierce / identity-wallet

A Tauri-based Identity Wallet for people to manage Decentralized Identities and Verifiable Credentials.
https://www.impierce.com
Apache License 2.0
17 stars 4 forks source link

[Bug] BottomNavItems look disabled #219

Closed maiertech closed 1 month ago

maiertech commented 1 month ago

Description

This issue fixes the display color of inactive items in the BottomNavBar. This issue is a spin-off from https://github.com/impierce/identity-wallet/issues/211.

Hardware Specification

n/a

Steps to Reproduce the Bug

Navigate to the credentials overview /me.

Expected Behaviour

Inactive buttons should be rendered in a way that they do not appear to be disabled.

Actual Behaviour

The BottomNavBar contains 2 BottomNavItems. The active one is highlighted with a green bar, but the two inactive ones are rendered with a pale gray. This makes them look like they are disabled:

App users might assume that inactive items cannot be tapped.

Errors

n/a