Updated hover state for SegmentedControl.V7

This commit is contained in:
Aaron VonderHaar 2019-07-01 15:19:13 -07:00
parent ca5ba5dab8
commit 06a1d42c45

View File

@ -227,7 +227,9 @@ unFocusedTabStyles =
[ backgroundColor Colors.white
, boxShadow5 inset zero (px -2) zero Colors.azure
, color Colors.azure
, hover [ backgroundColor Colors.glacier ]
, hover
[ backgroundColor Colors.frost
]
]