Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit afd7eab

Browse files
style: color black
Signed-off-by: peterpeterparker <[email protected]>
1 parent f74897f commit afd7eab

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

studio/src/app/components/editor/styles/element/app-align/app-align.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ app-align {
44
--background-focused: transparent;
55
--background-hover: transparent;
66

7+
--color: rgba(0, 0, 0, 0.6);
8+
font-size: var(--font-size-normal);
9+
710
cursor: pointer;
811

912
&:hover,
1013
&.active {
11-
--color: var(--ion-color-primary);
14+
--color: black;
1215

1316
ion-icon {
14-
color: var(--ion-color-primary);
17+
color: black;
1518
}
1619
}
1720
}

studio/src/app/components/editor/styles/element/app-list/app-list.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ app-list {
44
--background-focused: transparent;
55
--background-hover: transparent;
66

7+
--color: rgba(0, 0, 0, 0.6);
8+
font-size: var(--font-size-normal);
9+
710
cursor: pointer;
811

912
&:hover,
1013
&.active {
11-
--color: var(--ion-color-primary);
14+
--color: black;
1215

1316
ion-icon {
14-
color: var(--ion-color-primary);
17+
color: black;
1518
}
1619
}
1720
}

0 commit comments

Comments
 (0)