File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -258,10 +258,7 @@ const Video: React.FC<VideoProps> = ({
258258 { loadeddata ? (
259259 < PlayOrPause playing = { playing } />
260260 ) : (
261- < Icon
262- name = "user_4_32x32_4bit"
263- style = { { marginTop : - 2 , width : 16 , height : 16 } }
264- />
261+ < Icon name = "user_4_32x32_4bit" />
265262 ) }
266263 </ ControlBtn >
267264 < ControlBtn
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export const Simple = () => {
2121 < >
2222 { first && (
2323 < Modal
24- icon = "windows_explorer "
24+ icon = "windows_explorer_32x32_4bit "
2525 title = "Windows Explorer"
2626 closeModal = { closeFirst }
2727 width = "300"
@@ -34,7 +34,7 @@ export const Simple = () => {
3434 defaultPosition = { { x : 50 , y : 50 } }
3535 width = "300"
3636 height = "200"
37- icon = "reader_closed "
37+ icon = "reader_closed_32x32_4bit "
3838 title = "Local Disk (C:)"
3939 closeModal = { closeSecond }
4040 />
@@ -43,11 +43,14 @@ export const Simple = () => {
4343 < TaskBar
4444 list = {
4545 < List >
46- < List . Item icon = "reader_closed" onClick = { ( ) => toggleSecond ( true ) } >
46+ < List . Item
47+ icon = "reader_closed_32x32_4bit"
48+ onClick = { ( ) => toggleSecond ( true ) }
49+ >
4750 Local Disk (C:)
4851 </ List . Item >
4952 < List . Item
50- icon = "windows_explorer "
53+ icon = "windows_explorer_32x32_4bit "
5154 onClick = { ( ) => {
5255 toggleFirst ( true ) ;
5356 } }
You can’t perform that action at this time.
0 commit comments