How to solve the ambiguity of selected state in a segmented control with just two segments?
I'm working on a web application that has two similar data grids in a page. User should be able to switch between these two data grids within the same page.
I have used segmented buttons to navigate between these two grids. But I feel this component visually becomes a toggle, and the current state of the toggle becomes ambiguous.
As of now I’m solely relying on the color / hue to show the selected state but I feel it's kinda unclear which state is selected.
Is there a better approach to solve this problem?