New Titlecard Design - Desktop (#81)

* feat(frontend): title card desktop redesign

* refactor(frontend): title card desktop - update status prop

* fix(frontend): update props in search for titlecard
This commit is contained in:
Alex Zoitos
2020-09-13 23:16:57 -04:00
committed by GitHub
parent f4c2c47e56
commit b5e8428a39
7 changed files with 136 additions and 52 deletions

View File

@@ -3,7 +3,7 @@ import React from 'react';
const Placeholder: React.FC = () => {
return (
<div
style={{ width: 250, height: 375 }}
style={{ width: 180, height: 270 }}
className="animate-pulse rounded-lg bg-cool-gray-700"
/>
);