File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
swap/components/quote-result Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ export const Settings = (props: SettingsProps) => {
93
93
w = '320px'
94
94
>
95
95
< PopoverBody >
96
- < p className = 'text-ic-gray-600 font-medium' > Max Slippage</ p >
96
+ < p className = 'text-ic-gray-600 text-base font-medium' > Max Slippage</ p >
97
97
< Flex align = 'center' my = '4' >
98
98
< Toggle
99
99
toggleState = { toggleState }
Original file line number Diff line number Diff line change @@ -15,9 +15,11 @@ export const Warning = (props: WarningProps) => (
15
15
< Flex direction = { 'column' } >
16
16
< Flex align = { 'center' } direction = { 'row' } >
17
17
< ExclamationCircleIcon className = 'text-ic-yellow size-4' />
18
- < p className = 'text-ic-gray-600 ml-1.5 font-medium' > Slippage warning</ p >
18
+ < p className = 'text-ic-gray-600 ml-1.5 text-base font-medium' >
19
+ Slippage warning
20
+ </ p >
19
21
</ Flex >
20
- < p className = 'text-ic-gray-600 mt-0.5 text-sm' >
22
+ < p className = 'text-ic-gray-600 mt-0.5 text-sm font-normal ' >
21
23
{ getTexts ( props . lowSlippage ) }
22
24
</ p >
23
25
</ Flex >
Original file line number Diff line number Diff line change @@ -22,8 +22,10 @@ export const QuoteNotAvailable = ({ type }: QuoteNotAvailableProps) => {
22
22
{ type . toUpperCase ( ) }
23
23
</ p >
24
24
</ Flex >
25
- < p className = 'text-ic-gray-300 font-medium' > { type } unavailable</ p >
26
- < p className = 'text-ic-gray-300 text-sm' >
25
+ < p className = 'text-ic-gray-300 text-base font-medium' >
26
+ { type } unavailable
27
+ </ p >
28
+ < p className = 'text-ic-gray-300 text-sm font-normal' >
27
29
{ `This token is not available for ${ text } .` }
28
30
</ p >
29
31
</ Flex >
You can’t perform that action at this time.
0 commit comments