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:
smx.pusha
2026-08-18 09:49:34 +02:00
parent 7f3abc5652
commit fcc5d026f7
2 changed files with 5 additions and 2 deletions
@@ -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', () => {
+2 -2
View File
@@ -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;