Skip to content

Commit 37cf99f

Browse files
committed
(styles) - Adjust color label number slot overlaps badges
1 parent aeb2daf commit 37cf99f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

mobile/src/components/schedule/SlotOverlaps.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ const props = defineProps({
4343
flex-direction: column;
4444
line-height: 0.9;
4545
46+
strong {
47+
color: var(app-black);
48+
}
49+
4650
small {
4751
opacity: 0.8;
4852
}

mobile/src/styles/utils/_variables.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
--app-white-80: rgba(255, 255, 255, 0.8);
2828
--app-white-70: rgba(255, 255, 255, 0.7);
2929

30+
--app-black-transparent: 15, 15, 15, 0.3;
31+
--app-black: #0F0F0F;
32+
--app-black-90: rgba(15, 15, 15, 0.9);
33+
--app-black-80: rgba(15, 15, 15, 0.8);
34+
--app-black-70: rgba(15, 15, 15, 0.7);
35+
3036
--app-primary: #0F0F0F;
3137
--app-primary-rgb: 15, 15, 15;
3238
--app-primary-contrast: #ffffff;

0 commit comments

Comments
 (0)