diff --git a/package.json b/package.json index f2e28e9..3a7e8fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blb-ventures/react-flat-list", - "version": "0.6.3", + "version": "0.6.4", "description": "", "main": "./lib/index.js", "module": "./lib/index.mjs", diff --git a/src/style.css b/src/style.css index d234eec..669de99 100644 --- a/src/style.css +++ b/src/style.css @@ -53,7 +53,7 @@ .flat-list-item-content-left-title { word-break: break-all; - font-weight: medium; + font-weight: 500; } .flat-list-item-content-left-subtitle { @@ -81,8 +81,9 @@ } .flat-list-error-message { + list-style: none; background-color: rgb(243, 244, 246); - font-weight: medium; + font-weight: 500; color: rgb(220, 38, 38); } @@ -107,5 +108,5 @@ .flat-list-subheader-title { font-size: 1.25rem/* 20px */; line-height: 1.75rem/* 28px */; - font-weight: medium; + font-weight: 500; }