diff --git a/src/App.css b/src/App.css index 94a3f97..409a218 100644 --- a/src/App.css +++ b/src/App.css @@ -1,12 +1,13 @@ -.logo.vite:hover { - filter: drop-shadow(0 0 2em #747bff); +.image-list img{ + width: 25%; + height: auto; } - -.logo.react:hover { - filter: drop-shadow(0 0 2em #61dafb); +.para{ + font-weight: 900; } -.image-list img{ - width: 33%; - height: auto; -} \ No newline at end of file +.refreshBtn{ + background-color: #4d90fe; + color: white; + margin: auto 40%; +} diff --git a/src/App.jsx b/src/App.jsx index 9f80973..69bd700 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,7 +1,7 @@ import React, { useState, useEffect } from "react"; import { invoke } from "@tauri-apps/api/tauri"; import "./App.css"; - +import logo from './assets/logo.png'; function App() { const [images, setImages] = useState([]); const [selectedImage, setSelectedImage] = useState(""); @@ -30,7 +30,10 @@ function App() { } return (
Click on any wallpaper to set it as wallpaper!
+