Skip to content

Commit

Permalink
fix: export onramp components and remove from scaffold (#2448)
Browse files Browse the repository at this point in the history
Co-authored-by: tomiir <rocchitomas@gmail.com>
  • Loading branch information
enesozturk and tomiir committed Jun 20, 2024
1 parent b57f5cc commit 0db7193
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/scaffold-ui/exports/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ export * from '../src/partials/w3m-swap-input/index.js'
export * from '../src/partials/w3m-swap-input-skeleton/index.js'
export * from '../src/partials/w3m-header/index.js'
export * from '../src/partials/w3m-help-widget/index.js'
export * from '../src/partials/w3m-onramp-activity-item/index.js'
export * from '../src/partials/w3m-onramp-input/index.js'
export * from '../src/partials/w3m-onramp-provider-item/index.js'
export * from '../src/partials/w3m-legal-footer/index.js'
export * from '../src/partials/w3m-mobile-download-links/index.js'
export * from '../src/partials/w3m-onramp-providers-footer/index.js'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ export default css`
button {
padding: var(--wui-spacing-s);
border-radius: var(--wui-border-radius-xs);
border: none;
outline: none;
background-color: var(--wui-color-gray-glass-002);
width: 100%;
display: flex;
Expand Down

0 comments on commit 0db7193

Please sign in to comment.