diff --git a/projekt/package.json b/projekt/package.json index 31dc3cb..baec147 100644 --- a/projekt/package.json +++ b/projekt/package.json @@ -1,41 +1,42 @@ -{ - "name": "projekt", - "version": "0.1.0", - "private": true, - "dependencies": { - "@testing-library/jest-dom": "^5.16.5", - "@testing-library/react": "^13.4.0", - "@testing-library/user-event": "^13.5.0", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "react-scripts": "5.0.1", - "web-vitals": "^2.1.4" - }, - "scripts": { - "start": "react-scripts start", - "build": "react-scripts build", - "test": "react-scripts test", - "eject": "react-scripts eject" - }, - "eslintConfig": { - "extends": [ - "react-app", - "react-app/jest" - ] - }, - "browserslist": { - "production": [ - ">0.2%", - "not dead", - "not op_mini all" - ], - "development": [ - "last 1 chrome version", - "last 1 firefox version", - "last 1 safari version" - ] - }, - "devDependencies": { - "tailwindcss": "^3.3.2" - } -} +{ + "name": "projekt", + "version": "0.1.0", + "private": true, + "dependencies": { + "@testing-library/jest-dom": "^5.16.5", + "@testing-library/react": "^13.4.0", + "@testing-library/user-event": "^13.5.0", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "react-scripts": "5.0.1", + "web-vitals": "^2.1.4" + }, + "scripts": { + "start": "react-scripts start", + "build": "react-scripts build", + "test": "react-scripts test", + "eject": "react-scripts eject" + }, + "eslintConfig": { + "extends": [ + "react-app", + "react-app/jest" + ] + }, + "browserslist": { + "production": [ + ">0.2%", + "not dead", + "not op_mini all" + ], + "development": [ + "last 1 chrome version", + "last 1 firefox version", + "last 1 safari version" + ] + }, + "devDependencies": { + "tailwindcss": "^3.3.2" + } + +} diff --git a/projekt/src/App.css b/projekt/src/App.css index 1e7f6b5..8a39ae1 100644 --- a/projekt/src/App.css +++ b/projekt/src/App.css @@ -4,12 +4,6 @@ border-width: 0; } -.default-button -{ - background-color: #0d52ce; - color: #ffffff; -} - .font-small { font-size: 15px; @@ -23,4 +17,14 @@ .font-big { font-size: 30px; -} \ No newline at end of file +} + +.button +{ + background-color: #0d52ce; +} + +.button:hover +{ + background-color: #585858; +} diff --git a/projekt/src/App.js b/projekt/src/App.js index bcca251..05f958a 100644 --- a/projekt/src/App.js +++ b/projekt/src/App.js @@ -1,10 +1,14 @@ import './App.css'; import Button from "./components/Button"; +import {arrowLeft} from "./Icons"; +import {arrowRight} from "./Icons"; function App() { + return (