Skip to content

Commit

Permalink
fix bg problem
Browse files Browse the repository at this point in the history
  • Loading branch information
floatzeI committed Dec 26, 2021
1 parent 2fbcde9 commit 8525285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/myGroups/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import MyGroupsStore from "./stores/myGroupsStore";

const useStyles = createUseStyles({
groupsContainer: {
background: '#e3e3e3',
background: '#fff',
padding: '10px 12px',
}
})
Expand Down

0 comments on commit 8525285

Please sign in to comment.