mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
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:
parent
c1479be9e5
commit
be8805d386
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue