@rpg-engine/long-bow 0.7.1 → 0.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpg-engine/long-bow",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -226,8 +226,8 @@ const SendButton = styled.button`
226
226
 
227
227
  const CloseButton = styled.button`
228
228
  position: absolute;
229
- top: -10px;
230
- right: -10px;
229
+ top: 0;
230
+ right: 0;
231
231
  background-color: transparent;
232
232
  border: none;
233
233
  color: white;