Skip to content

Commit

Permalink
update margins
Browse files Browse the repository at this point in the history
  • Loading branch information
tom2drum committed Jul 12, 2024
1 parent 8b46353 commit a06f1d7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/blockCountdown/BlockCountdownTimer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ const BlockCountdownTimer = ({ value: initialValue, onFinish }: Props) => {
return (
<HStack
bgColor={ bgColor }
mt={ 2 }
p={ 4 }
mt={{ base: 6, lg: 8 }}
p={{ base: 3, lg: 4 }}
borderRadius="base"
divider={ <StackDivider borderColor="divider"/> }
>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a06f1d7

Please sign in to comment.