@mirai/ui 2.1.45 → 2.1.46

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.
@@ -125,7 +125,7 @@
125
125
 
126
126
  .buttonLoadMore {
127
127
  align-self: center;
128
- margin-top: var(--mirai-ui-space-M);
128
+ margin: var(--mirai-ui-space-M) var(--mirai-ui-calendar-padding);
129
129
  width: -webkit-fill-available;
130
130
  }
131
131
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirai/ui",
3
- "version": "2.1.45",
3
+ "version": "2.1.46",
4
4
  "repository": "git@gitlab.com:miraicorp/dev/frontend/ui.git",
5
5
  "author": "JΛVI <hello@soyjavi.com>",
6
6
  "license": "MIT",