Skip to content

Commit

Permalink
fix: color
Browse files Browse the repository at this point in the history
  • Loading branch information
jia-deriv committed Aug 5, 2024
1 parent 0e8c081 commit 1996d0f
Show file tree
Hide file tree
Showing 2 changed files with 818 additions and 833 deletions.
4 changes: 2 additions & 2 deletions src/javascript/app/pages/trade/not-available.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import contractManager from '../../common/contract_manager.js';
const NotAvailable = ({ title, body }) => (
<div className='not-available-container'>
<section className='not-available-section'>
<Text size='xl' bold centered>
<Text size='xl' bold centered color='not-available-section-text'>
{title}
</Text>
<Text size='lg' centered>
<Text size='lg' centered color='not-available-section-text'>
{body}
</Text>
<Button
Expand Down
Loading

0 comments on commit 1996d0f

Please sign in to comment.