mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-04-19 06:30:46 -04:00
Images generated using PlantUML had transparent backgrounds which made their text difficult to read on GitHub when using "Dark Mode". Forcing a background color of #F0F0F0 ensures they are all readable.
13 lines
221 B
Plaintext
13 lines
221 B
Plaintext
@startuml
|
|
skinparam BackgroundColor F0F0F0
|
|
|
|
[Service DB] as srvcdb
|
|
[Service Bluetooth] as srvcbt
|
|
[Application Settings] as appstngs
|
|
|
|
|
|
srvcdb <-r-> srvcbt : SettingsAgent
|
|
srvcbt <-r-> appstngs : BluetoothMessages
|
|
|
|
@enduml
|