@react5/ui 1.0.1 → 1.0.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": "@react5/ui",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A React UI library.",
5
5
  "homepage": "https://github.com/react5com/ui#readme",
6
6
  "bugs": {
@@ -1094,6 +1094,7 @@
1094
1094
  color: var(--page_text_color, #342a1f);
1095
1095
  align-self: start;
1096
1096
  margin-right: 0.5em;
1097
+ text-align: right;
1097
1098
  }
1098
1099
  .r5ui-text-area__input {
1099
1100
  flex: 60%;
@@ -1235,6 +1235,7 @@ $title_font: var(--title_font, 'Poppins', serif);
1235
1235
  color: $page_text_color;
1236
1236
  align-self: start;
1237
1237
  margin-right: 0.5em;
1238
+ text-align: right;
1238
1239
  }
1239
1240
  &__input {
1240
1241
  flex: 60%;
@@ -1094,6 +1094,7 @@
1094
1094
  color: var(--page_text_color, #342a1f);
1095
1095
  align-self: start;
1096
1096
  margin-right: 0.5em;
1097
+ text-align: right;
1097
1098
  }
1098
1099
  .r5ui-text-area__input {
1099
1100
  flex: 60%;
@@ -1235,6 +1235,7 @@ $title_font: var(--title_font, 'Poppins', serif);
1235
1235
  color: $page_text_color;
1236
1236
  align-self: start;
1237
1237
  margin-right: 0.5em;
1238
+ text-align: right;
1238
1239
  }
1239
1240
  &__input {
1240
1241
  flex: 60%;
@@ -11,6 +11,7 @@
11
11
  color: $page_text_color;
12
12
  align-self: start;
13
13
  margin-right: 0.5em;
14
+ text-align: right;
14
15
  }
15
16
  &__input {
16
17
  flex: 60%;