File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
views/BookerView/components Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7777 --colour-ti-black : # 000000 ;
7878 --colour-ti-base : # 1A202C ;
7979 --colour-ti-base-dark : # EEEEF0 ; /* Forced dark mode colour */
80+ --colour-ti-base-light : # 1A202C ;
8081 --colour-ti-secondary : # 4C4D58 ;
8182 --colour-ti-muted : # 737584 ;
8283 --colour-ti-highlight : # 1373D9 ;
Original file line number Diff line number Diff line change @@ -179,14 +179,14 @@ const downloadUrl = `${apiUrl}/apmt/serve/ics/${props.selectedEvent.slug}/${prop
179179
180180 .description {
181181 font-size : 0.875rem ;
182- color : var (--colour-neutral-lower );
182+ color : var (--colour-neutral-lower-light );
183183 }
184184
185185 :deep(.base.primary.filled ) {
186186 position : relative ;
187187 z-index : 1 ;
188188 background-image : linear-gradient (161deg , #a0e1ff -26% , #2b8cdc 45% );
189- color : var (--colour-ti-base );
189+ color : var (--colour-ti-base-light );
190190 text-transform : uppercase ;
191191 font-weight : 600 ;
192192 font-size : 0.8125rem ;
You can’t perform that action at this time.
0 commit comments