Skip to content

Commit a79c4e4

Browse files
committed
fix: homescreen rebrand issues
Fixed homepage customisation page typo in the settings Use branded avatar colors Signed-off-by: subhod-i <subhod.ibettu@gmail.com>
1 parent e5d3b23 commit a79c4e4

3 files changed

Lines changed: 7 additions & 53 deletions

File tree

config.sample.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@
7878
"timeline-highlights-color": "#232429",
7979
"timeline-text-secondary-color": "#ffffff",
8080
"timeline-text-color": "#ebeef2",
81-
"cpd-color-text-decorative-1": "#80D4DE",
82-
"cpd-color-text-decorative-2": "#F8D288",
83-
"cpd-color-text-decorative-3": "#AD93F8",
84-
"cpd-color-text-decorative-4": "#80D4DE",
85-
"cpd-color-text-decorative-5": "#F8D288",
86-
"cpd-color-text-decorative-6": "#F8D288",
81+
"cpd-color-text-decorative-1": "#1a1a1a",
82+
"cpd-color-text-decorative-2": "#1a1a1a",
83+
"cpd-color-text-decorative-3": "#1a1a1a",
84+
"cpd-color-text-decorative-4": "#1a1a1a",
85+
"cpd-color-text-decorative-5": "#1a1a1a",
86+
"cpd-color-text-decorative-6": "#1a1a1a",
8787
"cpd-color-bg-decorative-1": "#80D4DE",
8888
"cpd-color-bg-decorative-2": "#F8D288",
8989
"cpd-color-bg-decorative-3": "#AD93F8",

customisations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"src/components/views/auth/AuthPage.tsx": "src/customisations/components/views/auth/AuthPage.tsx",
55
"src/components/structures/auth/Login.tsx": "src/customisations/components/structures/auth/Login.tsx",
66
"src/components/structures/LeftPanel.tsx": "src/customisations/components/structures/LeftPanel.tsx",
7-
"src/components/structures/Homepage.tsx": "src/customisations/components/structures/Homepage.tsx",
7+
"src/components/structures/HomePage.tsx": "src/customisations/components/structures/HomePage.tsx",
88
"src/SlashCommands.tsx": "src/customisations/SlashCommands.tsx",
99
"src/TextForEvent.tsx": "src/customisations/TextForEvent.tsx",
1010
"src/components/structures/UserMenu.tsx": "src/customisations/components/structures/UserMenu.tsx",
Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/*
2-
Copyright 2025 Keypair Establishment.
32
Copyright 2024 New Vector Ltd.
43
Copyright 2015, 2016 OpenMarket Ltd
54
@@ -14,48 +13,3 @@ button.mx_BaseAvatar {
1413
font-family: inherit;
1514
line-height: inherit;
1615
}
17-
18-
// quali.chat custom
19-
.avatar[data-color] {
20-
--cpd-avatar-color: #1a1a1a;
21-
}
22-
23-
// quali.chat custom
24-
.avatar[data-color] {
25-
--cpd-avatar-bg: var(--avatar-background-colors_0);
26-
}
27-
28-
// quali-chat custom
29-
.avatar[data-color="2"] {
30-
--cpd-avatar-bg: var(--avatar-background-colors_1);
31-
}
32-
33-
// quali-chat custom
34-
.avatar[data-color="3"] {
35-
--cpd-avatar-bg: var(--avatar-background-colors_2);
36-
}
37-
38-
// quali-chat custom
39-
.avatar[data-color="4"] {
40-
--cpd-avatar-bg: var(--avatar-background-colors_3);
41-
}
42-
43-
// quali-chat custom
44-
.avatar[data-color="5"] {
45-
--cpd-avatar-bg: var(--avatar-background-colors_4);
46-
}
47-
48-
// quali-chat custom
49-
.avatar[data-color="6"] {
50-
--cpd-avatar-bg: var(--avatar-background-colors_5);
51-
}
52-
53-
// quali-chat custom
54-
.avatar[data-color="7"] {
55-
--cpd-avatar-bg: var(--avatar-background-colors_6);
56-
}
57-
58-
// quali-chat custom
59-
.avatar[data-color="8"] {
60-
--cpd-avatar-bg: var(--avatar-background-colors_7);
61-
}

0 commit comments

Comments
 (0)