Skip to content

Commit 557ebd2

Browse files
committed
Tune colors
1 parent e3ba9e1 commit 557ebd2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

frontend/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const dev = computed(() => {
108108
</div>
109109
</q-page-container>
110110

111-
<q-footer elevated class="bg-grey-8 text-white">
111+
<q-footer elevated class="bg-primary">
112112
<MatchStateToolbar/>
113113
</q-footer>
114114

frontend/src/assets/main.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.body--dark {
2-
--q-primary: #487A91;
3-
--q-secondary: #26A69A;
2+
--q-primary: #0794B9;
3+
--q-secondary: #aaa8a8;
44
--q-accent: #9C27B0;
55
--q-positive: #21BA45;
66
--q-negative: #C10015;
@@ -11,7 +11,7 @@
1111

1212
.body--light {
1313
--q-primary: #0794B9;
14-
--q-secondary: #17DFD5;
14+
--q-secondary: #545454;
1515
--q-accent: #9C27B0;
1616
--q-positive: #21BA45;
1717
--q-negative: #C10015;

frontend/src/components/protocol/ProtocolItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function revert() {
6262
<q-icon :name="change.icon" color="primary" size="15px" v-if="dense" class="q-mr-xs"/>
6363
<TeamBadge :team="change.forTeam"/>
6464
<span class="text-weight-medium">{{ change.title }}</span>
65-
<span class="text-grey-8"> - {{ origin }}</span>
65+
<span class="text-secondary"> - {{ origin }}</span>
6666
<OriginIcon :origin="origin"/>
6767
<span v-if="hasGameEventOrigins">(</span>
6868
<OriginIcon

0 commit comments

Comments
 (0)