sivaprakashDesingu / react-voice-recorder

This (react-voice-recorder) is a JavaScript library for React Applicaiton which will be used to record voice as audio and download the same.

Home Page:https://codesandbox.io/s/react-voice-recorder-mydov?file=/src/App.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icons not showing up

Usama129 opened this issue · comments

Hi, everything works fine - except that the Mic icon and the Close icon show their alt text... am I missing a library/CSS?

@Usama129 Could you please share your screen. Seems all icons rendering perfectly in my local.

Facing same issue on chrome as well as firefox

Chrome
Firefox

You could directly use material-ui icons instead, they look somewhat better and will be available on all browsers (I guess), if you want I can build a new prototype with this approach?

@Usama129
Seems there is issue on config file. Now resolved the same issue with react-voice-recorder@2.0.7
Please let me know if you have the same issue.

@nsr-py Also seems you are not imported css file in the shared screen.
import 'react-voice-recorder/dist/index.css';