lightnet 2.17.0 → 2.17.1
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# lightnet
|
|
2
2
|
|
|
3
|
+
## 2.17.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#222](https://github.com/LightNetDev/LightNet/pull/222) [`00dd8e9`](https://github.com/LightNetDev/LightNet/commit/00dd8e95a80cdda53c52077ff4caa9c9f6b3b523) Thanks [@smn-cds](https://github.com/smn-cds)! - Fix contrast of more results button.
|
|
8
|
+
|
|
3
9
|
## 2.17.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -121,7 +121,7 @@ export default function ResultList({
|
|
|
121
121
|
<div className="dy-divider">
|
|
122
122
|
<button
|
|
123
123
|
type="button"
|
|
124
|
-
className="dy-btn"
|
|
124
|
+
className="dy-btn text-gray-700"
|
|
125
125
|
onClick={() => setMaxItems(maxItems + PAGE_SIZE)}
|
|
126
126
|
>
|
|
127
127
|
{t("ln.search.more-results")}
|