Skip to content

Commit

Permalink
fix: add extra params to ticker story
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgorrie committed Sep 19, 2024
1 parent a724f06 commit 3b545c8
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
import { SecondaryCtaType } from '@guardian/support-dotcom-components';
import type {
BannerProps,
Tracking,
} from '@guardian/support-dotcom-components/dist/shared/src/types';
import type {
ConfigurableDesign,
HexColour,
Tracking,
} from '@guardian/support-dotcom-components/dist/shared/src/types';

export const tracking: Tracking = {
Expand Down Expand Up @@ -139,6 +137,9 @@ export const design: ConfigurableDesign = {
filledProgress: stringToHexColour('052962'),
progressBarBackground: stringToHexColour('cccccc'),
goalMarker: stringToHexColour('000000'),
goalColour: stringToHexColour('000000'),
headlineColour: stringToHexColour('000000'),
totalColour: stringToHexColour('000000'),
},
},
};
Expand Down

0 comments on commit 3b545c8

Please sign in to comment.