SolidOS/solid-ui

Styles

Opened this issue · 1 comments

Just want to write the question here. We have the style module that exports styles and a function to apply them setStyle(). This is in style.js. It appears as though we haven't applied this design throughout the ui and panes yet. Should this be something we add to the list of one of the first things we do, so that all the styles can be in one place and applied in the same way? Should there be a folder with different style files for different things and then exported from an index file?

I personally would like to have UI component/elements I can simply use: for example one for error messages, one for success messages.
And also, streamline the usage of styles in all modules.