mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-17 18:47:47 +00:00
ref(design) Update icons (#12489)
Remove unused icons Remove fill none from icons Rename some icons
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// @flow
|
||||
|
||||
import { translate } from '../../../base/i18n';
|
||||
import { IconExitFullScreen, IconFullScreen } from '../../../base/icons';
|
||||
import { IconEnterFullscreen, IconExitFullscreen } from '../../../base/icons';
|
||||
import { connect } from '../../../base/redux';
|
||||
import { AbstractButton, type AbstractButtonProps } from '../../../base/toolbox/components';
|
||||
|
||||
@@ -26,10 +26,10 @@ class FullscreenButton extends AbstractButton<Props, *> {
|
||||
*/
|
||||
get icon() {
|
||||
if (this._isToggled()) {
|
||||
return IconExitFullScreen;
|
||||
return IconExitFullscreen;
|
||||
}
|
||||
|
||||
return IconFullScreen;
|
||||
return IconEnterFullscreen;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user