@artvandelay440
try using this, this is my config for the tabs. Result in a screenshot below:
UDTabActive = @{
ActiveBackgroundColor = '#FFFFFF'
ActiveFontColor = '#e3000f'
}
UDTabIndicator = @{
IndicatorColor = '#e3000f'
}
UDTabActiveIcon = @{
BackgroundColor = '#FFFFFF'
ActiveFontColor = '#e3000f'
}
UDTabIcon = @{
LineHeight = 'inherit'
Height = 'auto'
FontColor = '#FFFFFF'
}
UDTabs = @{
BackgroundColor = '#FFFFFF'
FontColor = '#e3000f'
Height = 'auto'
}
UDTab = @{
FontColor = '#e3000f'
}
'.mdc-tab__ripple::before' = @{
'background-color' = '#FFFFFF'
}
'.mdc-tab__ripple::after' = @{
'background-color' = '#FFFFFF'
}