ls1intum / Apollon

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

fix: ThemedLine in dark mode #227

Closed mariusdkm closed 2 years ago

mariusdkm commented 2 years ago

This fixes the stroke Color of the ThemedLine, which didn't change color in the newly introduced dark mode. In the context of the Component Actor in the Use Case Diagram the change looks like this:

Before:

Screenshot 2022-05-08 at 12 06 15

After:

Screenshot 2022-05-08 at 12 02 31

Checklist

Motivation and Context

Darkmode is great, but only if it looks right.

Description

Changed the props strokeColor and stroke to match the ThemedCircle, which already had the right colors.

Steps for Testing

  1. Open the use case diagram and see the changes :)