Skip to content

Commit

Permalink
fix: pool tag style
Browse files Browse the repository at this point in the history
  • Loading branch information
junjieit committed Oct 28, 2024
1 parent 0ad0f46 commit 2a7edac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/dodoex-widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dodoex/widgets",
"version": "3.0.0-taiko.34",
"version": "3.0.0-taiko.35",
"description": "DODO Widgets",
"source": "src/index.tsx",
"types": "dist/types/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,29 +154,30 @@ export default function LiquidityLpPartnerReward({
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
gap: 4,
p: theme.spacing(0, 4),
height: 18,
borderRadius: 4,
gap: 4.8,
p: theme.spacing(0, 4.8),
height: 21.68,
borderRadius: 4.8,
background: item.partner.background,
color: item.partner.color,
transform: 'scale(0.83)',
whiteSpace: 'nowrap',
}}
>
<Box
component="img"
src={item.partner.logo}
alt={item.partner.name}
sx={{
width: 12,
height: 12,
width: 14.45,
height: 14.45,
borderRadius: '50%',
}}
/>
{!hideName && !!item.reward && (
<Box
sx={{
fontSize: '12px',
transform: 'scale(0.83)',
fontWeight: 600,
}}
>
Expand Down

0 comments on commit 2a7edac

Please sign in to comment.