summaryrefslogtreecommitdiff
path: root/src/lib/brand/components/Brands.jsx
diff options
context:
space:
mode:
authorHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-04-10 10:05:12 +0700
committerHATEC\SPVDEV001 <tri.susilo@altama.co.id>2023-04-10 10:05:12 +0700
commit13f6c6ad2a98efcc12b4e00b28699b584257c089 (patch)
tree6898b0b56889302b0abacbbfc104ea183bbfcefe /src/lib/brand/components/Brands.jsx
parent0f7846a32deec5cb400d9e73c2f2127b5de1cffd (diff)
parent4b25b3e36c459b34f075550ca6e61b1d8f2643ce (diff)
Merge branch 'master' into development_tri/condition_page_detail_product
# Conflicts: # src/lib/product/components/Product/ProductDesktop.jsx
Diffstat (limited to 'src/lib/brand/components/Brands.jsx')
-rw-r--r--src/lib/brand/components/Brands.jsx2
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)}