diff options
Diffstat (limited to 'src/lib/brand/components/Brands.jsx')
| -rw-r--r-- | src/lib/brand/components/Brands.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/brand/components/Brands.jsx b/src/lib/brand/components/Brands.jsx index 777e05ac..25fb1c67 100644 --- a/src/lib/brand/components/Brands.jsx +++ b/src/lib/brand/components/Brands.jsx @@ -56,7 +56,7 @@ const Brands = () => { key={index} className={ 'p-2 py-1 border bg-white border-gray_r-6 rounded w-10 flex-shrink-0' + - (startWith == alphabet ? ' !bg-yellow_r-9 border-yellow_r-9 ' : '') + (startWith == alphabet ? ' !bg-warning-500 border-warning-500 ' : '') } type='button' onClick={() => toggleStartWith(alphabet)} |
