Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: bugs (#5676)
Browse files Browse the repository at this point in the history
* fix: bugs

* fix: fix padding

* fix: remove padding

* fix: add padding block
  • Loading branch information
mayuran-deriv authored Sep 26, 2023
1 parent 86f0d98 commit fe3674e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/features/pages/home/live-pricing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const LivePricing = () => {
align="center"
gap="4x"
direction="col"
padding="16x"
padding_block="10x"
md={{ direction: 'row', gap: '10x' }}
>
<LinkButton.Primary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
gap: 1rem;

td {
padding: 1rem;
padding-block: 1rem;
display: flex;
justify-content: center;
inline-size: 6.9rem;
Expand Down

1 comment on commit fe3674e

@vercel
Copy link

@vercel vercel bot commented on fe3674e Sep 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-com – ./

deriv-com-git-master.binary.sx
deriv-com.binary.sx

Please sign in to comment.