From 1d981e6c9ee73743aace21e2e6b1bc0a0af99a14 Mon Sep 17 00:00:00 2001 From: MrCoder Date: Mon, 18 Nov 2024 11:43:20 +1100 Subject: [PATCH] Refactor styling logic, add themeStyles computed property. --- .../SeqDiagram/LifeLineLayer/Participant.vue | 113 +++++++++++------- 1 file changed, 68 insertions(+), 45 deletions(-) diff --git a/src/components/DiagramFrame/SeqDiagram/LifeLineLayer/Participant.vue b/src/components/DiagramFrame/SeqDiagram/LifeLineLayer/Participant.vue index 1820e89d..11dc94d6 100644 --- a/src/components/DiagramFrame/SeqDiagram/LifeLineLayer/Participant.vue +++ b/src/components/DiagramFrame/SeqDiagram/LifeLineLayer/Participant.vue @@ -2,11 +2,9 @@
-
@@ -59,7 +52,7 @@