Skip to content

Commit

Permalink
chore: update design system from doctalk
Browse files Browse the repository at this point in the history
  • Loading branch information
Chai Landau committed Feb 14, 2024
1 parent 6081db4 commit 56fa63e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Binary file removed demo-design-system-0.1.0.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions src/styles/components/chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
h6 {
@apply text-2xs;
}
code {
@apply bg-gray-800 text-white p-[2px] dark:bg-gray-600 text-wrap break-words;
pre {
@apply bg-gray-800 text-white dark:bg-gray-600 overflow-x-auto rounded p-3 my-4;
}
}
3 changes: 3 additions & 0 deletions src/styles/components/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ footer {
&.with-icon a {
@apply flex items-center justify-center gap-2;
}
&.multilink {
@apply flex flex-nowrap gap-1 m-auto;
}
}
}
}

0 comments on commit 56fa63e

Please sign in to comment.