fix(trading): market id use text-xs in key details (#5684)

This commit is contained in:
m.ray 2024-01-29 17:02:03 +02:00 committed by GitHub
parent 9153677a33
commit 6b7bbc9c94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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