Skip to content

Commit 47a2c28

Browse files
Merge pull request #80 from tchapgouv/change-bubble-color
Change Bubble Color
2 parents 0dd3d0f + 74bd333 commit 47a2c28

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

config.dev.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@
8080
"timeline-text-color": "#2e2f32",
8181
"timeline-text-secondary-color": "#61708b",
8282
"timeline-highlights-color": "#f3f8fd",
83-
"togglesw-off-color": "#c1c9d6"
83+
"togglesw-off-color": "#c1c9d6",
84+
"eventbubble-self-bg": "#e4e4f3",
85+
"eventbubble-others-bg": "#f4f4f4"
8486
}
8587
}
8688
]

config.preprod.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@
7474
"timeline-text-color": "#2e2f32",
7575
"timeline-text-secondary-color": "#61708b",
7676
"timeline-highlights-color": "#f3f8fd",
77-
"togglesw-off-color": "#c1c9d6"
77+
"togglesw-off-color": "#c1c9d6",
78+
"eventbubble-self-bg": "#e4e4f3",
79+
"eventbubble-others-bg": "#f4f4f4"
7880
}
7981
}
8082
]

config.prod.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,9 @@
158158
"timeline-text-color": "#2e2f32",
159159
"timeline-text-secondary-color": "#61708b",
160160
"timeline-highlights-color": "#f3f8fd",
161-
"togglesw-off-color": "#c1c9d6"
161+
"togglesw-off-color": "#c1c9d6",
162+
"eventbubble-self-bg": "#e4e4f3",
163+
"eventbubble-others-bg": "#f4f4f4"
162164
}
163165
}
164166
]

config.sample.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@
7171
"timeline-background-color": "#ffffff",
7272
"timeline-text-color": "#2e2f32",
7373
"timeline-text-secondary-color": "#61708b",
74-
"timeline-highlights-color": "#f3f8fd"
74+
"timeline-highlights-color": "#f3f8fd",
75+
"eventbubble-self-bg": "#e4e4f3",
76+
"eventbubble-others-bg": "#f4f4f4"
7577
}
7678
}
7779
]

0 commit comments

Comments
 (0)