ls1intum / Apollon

UML Modeling Editor written in React
https://apollon-library.readthedocs.io
MIT License
65 stars 22 forks source link

`Development`: Fix issue with appearance of grid #266

Closed minrows closed 1 year ago

minrows commented 1 year ago

Checklist

Motivation and Context

This PR uses color of grid from --apollon-grid variable instead of --apollon-background-variant of Apollon.

Description

As the grid of Apollon was using the same styling as the background of Apollon, changing its color resulted in a change of color of assessment/attributes insertion modal, causing it to be transparent. This PR fixes this issue by separating color assignment for grid and Apollon background

Testing

Description

This PR needs to be tested on Artemis or Standalone

Screenshots

Before

image

After

image