aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-02-05 17:11:08 +0100
committerlonkaars <l.leblansch@gmail.com>2021-02-05 17:11:08 +0100
commitbb0c8d7ef101130deb5f4842294bbee87e7eb51b (patch)
tree779f564f5697cceeb804ee528e15bb0c39636ae0 /components
parentbd9b2f0bb91239a6bc87ae21feac8c7d66f5995d (diff)
icon outline + account settings
Diffstat (limited to 'components')
-rw-r--r--components/gameSettings.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/gameSettings.tsx b/components/gameSettings.tsx
index fab1d55..0b30801 100644
--- a/components/gameSettings.tsx
+++ b/components/gameSettings.tsx
@@ -5,7 +5,7 @@ import { Button, Vierkant, CheckBox, Input } from './ui';
import { DialogBox } from './dialogBox';
import { ruleset, userPreferences } from '../api/api';
-import BuildRoundedIcon from '@material-ui/icons/BuildRounded';
+import BuildOutlinedIcon from '@material-ui/icons/BuildOutlined';
type CurrentGameSettingsStateType = {
@@ -76,7 +76,7 @@ export class CurrentGameSettings extends Component {
right: 0,
transform: "translateY(-50%)"
}} onclick={this.showEditGameRules}>
- <BuildRoundedIcon style={{ fontSize: 48 }}/>
+ <BuildOutlinedIcon style={{ fontSize: 48 }}/>
<span style={{
fontWeight: 600,
position: "absolute",