Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
Update favicon and column css!
Browse files Browse the repository at this point in the history
  • Loading branch information
CxrlosKenobi committed Sep 1, 2021
1 parent 97185ec commit 00e6caa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified public/favicon.ico
Binary file not shown.
5 changes: 2 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<!DOCTYPE html>
<html lang="en">
<!--
______ __ __
/ \ | \ | \
Expand All @@ -13,7 +11,8 @@
- Go to EOF -
-->

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
Expand Down
1 change: 0 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import

function App() {
return (
Expand Down
2 changes: 2 additions & 0 deletions src/column.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
`;
Expand Down

0 comments on commit 00e6caa

Please sign in to comment.