developer-delta / halogen

A web based application to add better lighting to video calls.
MIT License
4 stars 11 forks source link

Improve linear gradient component #142

Closed mikelbrierly closed 3 years ago

mikelbrierly commented 3 years ago

User Story:

As a developer, I want to be able to use the linear gradient component in more situations, So that we don't duplicate our code unnecessarily


The linear gradient component currently only supports a horizontal format, but we can extend it to be usable in either a horizontal or in a vertical context

Acceptance Criteria:

aggarwalsshreya commented 3 years ago

I tested the code, but it seems like the code overrides the width and height that I put into the component and takes in the width and height from the CSS file first.