Change the colors so it has high contrast both on app bg and card bg, in light and dark mode
Investigate further how should I design the skeleton component:
learn more about the React Suspense and implement it in the Skeleton component
find a way to automatically adjust the size of the component to fit the actual content as closely as possible
create a typography component that uses the skeleton component by default, and automatically adjust the size of the skeleton according to font size and line height.
Change the colors so it has high contrast both on app bg and card bg, in light and dark mode
Investigate further how should I design the skeleton component: learn more about the React Suspense and implement it in the Skeleton component find a way to automatically adjust the size of the component to fit the actual content as closely as possible
create a typography component that uses the skeleton component by default, and automatically adjust the size of the skeleton according to font size and line height.