diff --git a/public/favicon.ico b/public/favicon.ico index ac62b3c..3463311 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index 0b7bf36..9e78436 100644 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,3 @@ - - - + + diff --git a/src/App.js b/src/App.js index 46cfc9f..6500e72 100644 --- a/src/App.js +++ b/src/App.js @@ -1,4 +1,3 @@ -import function App() { return ( diff --git a/src/column.jsx b/src/column.jsx index f4c96e6..0d06b97 100644 --- a/src/column.jsx +++ b/src/column.jsx @@ -33,6 +33,8 @@ const TaskList = styled.div` transition: background-color 0.2s ease; background-color: ${props => props.isDraggingOver ? '#10162F' : 'inherit'}; + border-radius: 9px; + flex-grow: 1; min-height: 100px; `;