fix(trading): market id use text-xs in key details (#5684)
This commit is contained in:
parent
9153677a33
commit
6b7bbc9c94
@ -246,7 +246,7 @@ export const KeyDetailsInfoPanel = ({
|
||||
return (
|
||||
<>
|
||||
<KeyValueTable>
|
||||
<KeyValueTableRow noBorder>
|
||||
<KeyValueTableRow noBorder className="text-xs">
|
||||
<div>{t('Market ID')}</div>
|
||||
<CopyWithTooltip text={market.id}>
|
||||
<button
|
||||
|
Loading…
Reference in New Issue
Block a user