Skip to content

Commit

Permalink
fix tanner2 button colour
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourpeas committed Jun 15, 2024
1 parent 367b45e commit c436daf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/RCPCHChart/RCPCHChart.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const SDSChart: Story = {
enableExport: false,
exportChartCallback: ()=>{},
clinicianFocus: true,
theme: 'tanner3',
theme: 'tanner2',
customThemeStyles: {}
}
};
Expand All @@ -59,7 +59,7 @@ export const CentileChart: Story = {
chartType: 'centile',
enableExport: false,
exportChartCallback: ()=>{},
theme: 'monochrome',
theme: 'tanner2',
customThemeStyles: {}
},
};
Expand Down
4 changes: 2 additions & 2 deletions src/testParameters/styles/tanner2Styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ export const Tanner2ChartStyles: ChartStyle = {
},
termFill: "#CDCDCD",
termStroke: "#CDCDCD",
toggleButtonInactiveColour: "#c6bddd",
toggleButtonActiveColour: "#7159aa",
toggleButtonInactiveColour: "#ffc080",
toggleButtonActiveColour: "#ff8000",
toggleButtonTextStyle: {
name: "Arial",
colour: "#FFFFFF",
Expand Down

0 comments on commit c436daf

Please sign in to comment.