Feat: updated images styles

This commit is contained in:
2025-01-10 10:16:10 +03:00
parent a74b499d83
commit f35bb1d8dd
10 changed files with 33 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
import { useEffect, useRef } from 'react';
import './App.css';
import './App.scss';
import { TierImage } from './components/Image';
import { Tier, TierProps } from './components/Tier';
import { useAppDispatch, useAppSelector } from './hooks';
@@ -79,6 +79,7 @@ function App() {
name='imageUpload'
accept='.jpeg'
ref={uploadBtn}
multiple
style={{ display: 'none' }}
onChange={event => {
console.log(event.target.files);