Skip to content

Commit

Permalink
Merge pull request #135 from nkc-ug/fix/any
Browse files Browse the repository at this point in the history
Fix/any
  • Loading branch information
Yuma-Satake authored Sep 2, 2023
2 parents fde08fc + 670b964 commit 66395f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/pages/AppView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export const AppView: FC = () => {
<Container
disableGutters
style={{
height: '43dvh',
height: '40dvh',
width: '100%',
overflow: 'hidden',
}}
Expand Down
4 changes: 2 additions & 2 deletions src/pages/BattleView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@ export const BattleView: FC = () => {
<PageContainer updatePageSize={updatePageSize}>
<Container
style={{
paddingBottom: '15dvh',
paddingBottom: '18dvh',
backgroundImage: `url(${backGround.groundUrl})`,
height: '62dvh',
height: '65dvh',
width: '100%',
overflow: 'hidden',
}}
Expand Down
1 change: 0 additions & 1 deletion src/pages/SettingsView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ export const SettingsView = () => {
</Typography>
<Stack spacing={2} direction="row" sx={{ mb: 1 }} alignItems="center">
{value === 0 ? <VolumeOffIcon /> : <VolumeDownIcon />}
<VolumeDownIcon />
<Slider
aria-label="Volume"
value={value}
Expand Down

0 comments on commit 66395f1

Please sign in to comment.