diff --git a/src/components/TxTable/TxDetail/AdvancedDetail/index.tsx b/src/components/TxTable/TxDetail/AdvancedDetail/index.tsx index ce03f2f..eeabd27 100644 --- a/src/components/TxTable/TxDetail/AdvancedDetail/index.tsx +++ b/src/components/TxTable/TxDetail/AdvancedDetail/index.tsx @@ -33,8 +33,8 @@ export function AdvancedDetail({ data }: Props) { sx={{ fontWeight: "bold", cursor: "pointer", - color: "#ffe873", // Color del enlace - textDecoration: "underline", // Subrayado para parecer un enlace + color: "#ffe873", + textDecoration: "underline", }} > Details diff --git a/src/components/TxTable/TxDetail/AdvancedDetail/styled.tsx b/src/components/TxTable/TxDetail/AdvancedDetail/styled.tsx index 7b92e2e..20bf5c7 100644 --- a/src/components/TxTable/TxDetail/AdvancedDetail/styled.tsx +++ b/src/components/TxTable/TxDetail/AdvancedDetail/styled.tsx @@ -25,14 +25,16 @@ export const DetailsAccordionSummary = styled( )(() => ({ backgroundColor: "inherit", boxShadow: "none", + flexDirection: "row-reverse", "& .MuiAccordionSummary-expandIconWrapper.Mui-expanded": { - transform: "rotate(90deg)", + transform: "rotate(270deg)", }, "&:before": { display: "none", }, "&.Mui-expanded": { margin: 0, + minHeight: "50px", }, "& .MuiAccordionSummary-content": { margin: 0,