diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-04-08 10:12:31 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-04-08 10:12:31 +0700 |
| commit | 0ca62faf89775496320025c170c942b2cb3e1a20 (patch) | |
| tree | 4107119c58e82aedf3478c165741824ff9cd08c1 /src/lib/brand/components/Brands.jsx | |
| parent | e7383ff9601e47953c732fccf093e19993ec37cd (diff) | |
update theme color
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)} |
