Skip to content

Commit

Permalink
v6.2.5
Browse files Browse the repository at this point in the history
v6.2.5
  • Loading branch information
platschi authored Mar 30, 2023
2 parents 52af89f + d762f4b commit f622d6c
Show file tree
Hide file tree
Showing 32 changed files with 1,576 additions and 382 deletions.
24 changes: 24 additions & 0 deletions assets/svg/brand/logo-only.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion components/Text/Heading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const StyledHeading = styled.h1<{
line-height: 1.2;
margin: 0;
${(props) => css`
color: ${props.theme.colors.common.primaryWhite};
color: ${props.theme.colors.selectedTheme.text.value};
font-size: ${props.$fontSize ?? sizes[props.$variant]}px;
`}
`;
Expand Down
2 changes: 1 addition & 1 deletion hooks/useStatsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { selectMarkPrices, selectMarkets } from 'state/futures/selectors';
import { useAppSelector } from 'state/hooks';
import { selectMinTimestamp } from 'state/stats/selectors';

export type StatsTimeframe = '1M' | '1Y' | 'MAX';
export type StatsTimeframe = '4H' | '1D' | '1W' | '1M' | '1Y' | 'MAX';

export type DailyStat = {
timestamp: number;
Expand Down
Loading

1 comment on commit f622d6c

@vercel
Copy link

@vercel vercel bot commented on f622d6c Mar 30, 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:

kwenta – ./

kwenta-kwenta.vercel.app
kwenta-git-perps-v2-kwenta.vercel.app
dev.kwenta.io
kwenta.io

Please sign in to comment.