mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-04 17:23:25 +00:00
FIX - make active VaultX navigation white
Scope the active navigation foreground to the VaultX pill navigation so selected labels and icons render white without changing other segmented controls.
This commit is contained in:
@@ -41,6 +41,9 @@ describe('VaultX crypto app contracts', () => {
|
||||
expect(source).toContain('<ChartNoAxesCombined')
|
||||
expect(source).toContain('<History')
|
||||
expect(source).toContain('<UserRound')
|
||||
expect(source).toMatch(
|
||||
/\.sky-pill-navigation \.sky-segmented-button--active\)\s*\{\s*color:\s*#fff;/,
|
||||
)
|
||||
})
|
||||
|
||||
it('includes advanced market detail and persistent profile controls', () => {
|
||||
|
||||
@@ -1705,8 +1705,8 @@ onMounted(() => void crypto.load())
|
||||
.crypto-app :deep(.sky-pill-navigation) {
|
||||
--sky-glass-solid: rgba(14, 19, 27, 0.97);
|
||||
}
|
||||
.crypto-app :deep(.sky-segmented-button--active) {
|
||||
color: #07100e;
|
||||
.crypto-app :deep(.sky-pill-navigation .sky-segmented-button--active) {
|
||||
color: #fff;
|
||||
}
|
||||
.auth-hero > span {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user