Merge pull request #19230 from overleaf/jel-storybook-btn-premium

[storybook] Add new premium button style to storybook

GitOrigin-RevId: 7985b04f068c4b8142773751cc35935367bb6510
This commit is contained in:
Jessica Lawshe 2024-07-03 08:31:46 -05:00 committed by Copybot
parent c1479be9e5
commit be8805d386

View file

@ -216,6 +216,9 @@ const ButtonsTemplate = (args, { globals: { theme } }) => {
<Button className="btn-bg-ghost" bsStyle={null}>
Background (bg) Ghost
</Button>
<Button className="btn-premium" bsStyle={null}>
Premium
</Button>
</div>
<h3>Sizes</h3>