Skip to content

Commit

Permalink
remove background color
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkNerdi committed Feb 20, 2024
1 parent 984b485 commit 508dc97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import { registeredProposalsForSelectedAccount } from '@contexts/governance/stores'
</script>

<governance-dashboard class="w-full h-full flex flex-nowrap p-8 relative flex-1 space-x-6 bg-gray-50 dark:bg-gray-900">
<governance-dashboard class="w-full h-full flex flex-nowrap p-8 relative flex-1 space-x-6">
<div class="w-1/3 flex flex-col space-y-4">
<ManageVotingPowerPane />
<Pane classes="p-6 h-fit">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
})
</script>

<proposal-details class="w-full h-full flex flex-nowrap p-8 relative flex-1 space-x-4 bg-gray-50 dark:bg-gray-900">
<proposal-details class="w-full h-full flex flex-nowrap p-8 relative flex-1 space-x-4">
<div class="w-2/5 flex flex-col space-y-4 relative">
<Pane classes="p-6 flex flex-col h-fit">
<header-container class="flex justify-between items-center mb-4">
Expand Down

0 comments on commit 508dc97

Please sign in to comment.