Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gtanczyk committed Oct 4, 2024
1 parent 2ba5154 commit 7955601
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions games/masterplan/src/screens/battle/battle-styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ export const BattleStyles = createGlobalStyle`
}
#battle-balance-left {
display: inline-block;
height: 30px;
width: 50%;
background: red;
Expand All @@ -107,7 +106,6 @@ export const BattleStyles = createGlobalStyle`
#battle-balance-right {
display: inline-block;
height: 30px;
width: 50%;
background: #0fde0f;
Expand Down

0 comments on commit 7955601

Please sign in to comment.