Skip to content

Commit ea34d95

Browse files
committed
fixup! ✨(frontend) improve accessibility and styling of summary table
1 parent c492093 commit ea34d95

File tree

1 file changed

+6
-1
lines changed
  • src/frontend/apps/impress/src/features/docs/doc-table-content/components

1 file changed

+6
-1
lines changed

src/frontend/apps/impress/src/features/docs/doc-table-content/components/TableContent.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,12 @@ export const TableContent = () => {
143143
}
144144
`}
145145
>
146-
<Icon iconName="list" $theme="primary" $variation="800" />
146+
<Icon
147+
iconName="list"
148+
$theme="primary"
149+
$variation="800"
150+
variant="symbols-outlined"
151+
/>
147152
</BoxButton>
148153
)}
149154
{isHover && (

0 commit comments

Comments
 (0)