Skip to content

Commit 64de807

Browse files
committed
Add secondary color
1 parent f214937 commit 64de807

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/frontend/src/pages/TransactionExplorer/Panels/InformationPanel/Cards/MemoryInfoCard

packages/frontend/src/pages/TransactionExplorer/Panels/InformationPanel/Cards/MemoryInfoCard/MemoryInfoCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const MemoryInfoCard = ({ ...props }: MemoryInfoCardProps) => {
4242
}
4343
const highLightCss: React.CSSProperties = {
4444
color: theme.palette.colorWhite,
45-
background: theme.palette.colorBrand.secondary,
45+
background: theme.palette.colorBrand?.secondary || theme.palette.secondary.main,
4646
}
4747

4848
switch (activeStructlog.op) {

0 commit comments

Comments
 (0)