Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
neki-dev committed Aug 15, 2023
1 parent e943e98 commit 307945e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/game/scenes/system/interface/overlay/styles.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import styled from 'styled-components';

import { InterfaceBackgroundColor } from '~type/interface';

export const Wrapper = styled.div`
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.85);
background: ${InterfaceBackgroundColor.BLACK_TRANSPARENT_75};
display: flex;
justify-content: center;
align-items: center;
Expand Down

0 comments on commit 307945e

Please sign in to comment.