Skip to content

Commit

Permalink
Merge pull request #1179 from Blijbol/jeroen/remove-padding
Browse files Browse the repository at this point in the history
Remove padding from the default shield for unknown networks
  • Loading branch information
ZeLonewolf authored Dec 16, 2024
2 parents 40ffdd4 + 9ac093a commit 319154b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ export function loadShields() {
shields["default"] = {
textColor: Color.shields.black,
textHaloColor: Color.backgroundFill,
padding: {
left: 3,
right: 3,
top: 3,
bottom: 3,
},
};

// NORTH AMERICA
Expand Down

0 comments on commit 319154b

Please sign in to comment.