microsoft / powercat-creator-kit

This toolkit helps create well-designed Power App experiences on the web & mobile. It contains a component library; PCF controls and other utilities that increase developer productivity.
MIT License
312 stars 51 forks source link

[BUG]: Theme for drop down of Command Bar "Item Split" is opposite of what it should be #449

Open Jenefer-Monroe opened 7 months ago

Jenefer-Monroe commented 7 months ago

When not selected it shows different that the rest of the bar. image

When selected it shows same as the rest of the bar. image

Those should be the opposite behavior right?

AB#2298

Jenefer-Monroe commented 7 months ago

As an FYI we are about to use it in the CoE Starter Kit as shown above.

denise-msft commented 7 months ago

Thanks for reporting this! We will address as resource permit.

denise-msft commented 7 months ago

@Jenefer-Monroe it appears the background color of the theme is being rendered for that part of the split button. If you adjust the background color to that of the actual background in your screenshot, it should render the color you want. However, the dropdown background will match the same color as well. image

If you're okay with the background of the dropdown showing up a little darker, then you could try that as a workaround for now. image

However, we'll still add it to the backlog as the dropdown should be different color from the commandbar itself.