Update RemarkRenderer.tsx

pull/1140/head
Ganni 2024-12-02 21:35:05 -05:00 committed by GitHub
parent 2424f2ddf4
commit 22c960d193
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -81,11 +81,13 @@ const components = {
`,
table: styled.table`
border-collapse: collapse;
width: 100%;
table-layout: fixed;
th,
td {
padding: 6px;
border: 1px solid var(--tertiary-foreground);
border: 0px solid var(--tertiary-foreground);
}
`,
ul: styled.ul`