Skip to content

Commit

Permalink
fix: box radius change
Browse files Browse the repository at this point in the history
  • Loading branch information
mpblocky committed Oct 24, 2024
1 parent b8981bc commit 6a0fc43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export function JobsPage() {
padding: '8px 42px',
backgroundColor: isDarkMode ? '#CDC7FF14' : '#1406B20A',
display: 'inline-block',
borderRadius: '20px',
borderRadius: '4px',
}}
>
<Typography variant="h6">{oracleName}</Typography>
Expand Down

0 comments on commit 6a0fc43

Please sign in to comment.