nitro-web 0.0.117 → 0.0.118
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.
|
@@ -224,7 +224,7 @@ function Option(props: OptionProps) {
|
|
|
224
224
|
const DropdownIndicator = (props: DropdownIndicatorProps) => {
|
|
225
225
|
return (
|
|
226
226
|
<components.DropdownIndicator {...props}>
|
|
227
|
-
<ChevronsUpDownIcon size={15} className="text-input-icon -my-0.5 -mx-[1px]" />
|
|
227
|
+
<ChevronsUpDownIcon size={15} className="text-[#b6b8be] text-input-icon -my-0.5 -mx-[1px]" />
|
|
228
228
|
</components.DropdownIndicator>
|
|
229
229
|
)
|
|
230
230
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nitro-web",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.118",
|
|
4
4
|
"repository": "github:boycce/nitro-web",
|
|
5
5
|
"homepage": "https://boycce.github.io/nitro-web/",
|
|
6
6
|
"description": "Nitro is a battle-tested, modular base project to turbocharge your projects, styled using Tailwind 🚀",
|