release: v3.0.0
This commit is contained in:
@@ -8,7 +8,7 @@ export const SettingsButton: React.FC = () => {
|
||||
|
||||
return (
|
||||
<button
|
||||
className="control-button settings-button"
|
||||
className="sp-control-button sp-settings-button"
|
||||
onMouseDown={(event) => event.stopPropagation()}
|
||||
onClick={toggleSettings}
|
||||
aria-label={translations.settings}
|
||||
|
||||
Reference in New Issue
Block a user