mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-25 17:16:18 +00:00
more visual polish, adjust colours and spacing
This commit is contained in:
parent
ab9da02c60
commit
38cff2d670
22 changed files with 173 additions and 140 deletions
quartz/components
|
@ -4,9 +4,7 @@ export default ((component?: QuartzComponent) => {
|
|||
if (component) {
|
||||
const Component = component
|
||||
function DesktopOnly(props: QuartzComponentProps) {
|
||||
return <div class="desktop-only">
|
||||
<Component {...props} />
|
||||
</div>
|
||||
return <Component displayClass="desktop-only" {...props} />
|
||||
}
|
||||
|
||||
DesktopOnly.displayName = component.displayName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue