scientist-softserv / webstore-component-library

A React component library intended for use with WebStore applications.
https://www.npmjs.com/package/@scientist-softserv/webstore-component-library
2 stars 0 forks source link

editable menu color on mobile #207

Closed alishaevn closed 7 months ago

alishaevn commented 8 months ago

story

on the mobile view of the webstore, the menu button (3 lines) is always set to black. this should be editable so that apps with a dark colored header don't interfere with being able to see the menu button. (we're already able to change the color of the header links. we may be able to extend that color to the menu button as well).

acceptance criteria

demo

Screenshot 2024-02-21 at 12 13 19 PM
alishaevn commented 8 months ago

the menu button on mobile uses a background-image property, so it can't be changed by simply updating the color style.