Solved! Go to Solution.
Hi @Dirk_Vandervoort it looks like you are using a beta version of Calcite, but in the latest 2.13 version you can alter the --calcite-color-brand variable on the component like so: https://codepen.io/geospatialem/pen/WbeoGBw
In Calcite's upcoming 3.0 release in early 2025 the team is introducing the --calcite-color-focus variable, so you can adjust the focus color in coordination with the component's coloring.
#custom-tab-nav {
--calcite-color-brand: #FF0000;
}
Hi @Dirk_Vandervoort it looks like you are using a beta version of Calcite, but in the latest 2.13 version you can alter the --calcite-color-brand variable on the component like so: https://codepen.io/geospatialem/pen/WbeoGBw
In Calcite's upcoming 3.0 release in early 2025 the team is introducing the --calcite-color-focus variable, so you can adjust the focus color in coordination with the component's coloring.
#custom-tab-nav {
--calcite-color-brand: #FF0000;
}