Skip to content

Commit

Permalink
btn colour change in storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
sharozraees802 committed Oct 31, 2022
1 parent 2ba6a22 commit d8b14e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stories/GlassArView/GlassArView.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ modelname: 'rayban_aviator_or_vertFlash',
canvaswidth: 500,
canvasheight: 500,
buttonFontColor: 'white',
buttonBackgroundColor: 'yellow'
// buttonBackgroundColor: 'yellow'
buttonBackgroundColor: '#FFE5B4'
};
export const buttonColor = Template.bind({});
buttonColor.args = {
Expand Down

0 comments on commit d8b14e9

Please sign in to comment.