Skip to content

Commit

Permalink
feat(overview): add background color to charts container
Browse files Browse the repository at this point in the history
  • Loading branch information
kunish committed Sep 3, 2023
1 parent 39857d9 commit bd83d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default () => {
</TrafficWidget>
</div>

<div class="flex flex-col sm:flex-row">
<div class="rounded-box flex flex-col bg-base-300 sm:flex-row">
<div class="m-4 flex-1">
<SolidApexCharts
type="area"
Expand Down

0 comments on commit bd83d11

Please sign in to comment.