ui-material-components: Angular IOS cannot set MDTabStrip{ highlight-color: red;}
Which platform(s) does your issue occur on?
- iOS
- iOS 13.5
- emulator
Please, provide the following version numbers that your issue occurs with:
- CLI: (run
tns --versionto fetch it) - Cross-platform modules: “@nativescript/core”: “~7.3.0”,
- Runtime(s): “tns-ios”: “6.5.4”
- Plugin(s): “@nativescript-community/ui-material-tabs”: “^5.2.20”,
Please, tell us how to recreate the issue in as much detail as possible.
I am currently trying to replace the NS7 Tabs with the ui-material-components MDTabs as I have red that this should be a dropin replacement. Unfortunately, the highlight on tab selection (on button release) and the line below the selected tab appear in violett (default color I assume) Seems like those should be set via
MDTabStrip { highlight-color: red; } This worked for the NS7 Tabs, but does not currently work for this plugin
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 16 (15 by maintainers)
@cjohn001
ripple-colorshould work forMDTabStrip. could you try ?@farfromrefug:
MDTabStrip { highlight-color: red; }
Highlight color is now also working for me. I have one last question before closing the issue. The ripple effect when selecting a tab uses the themer.setPrimaryColor(). Is there also a CSS option available which I could use to set it with angular?