Skip to content

Commit fbcee74

Browse files
refactor(MdComponents): update background color for Divider
1 parent 2c8988c commit fbcee74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MdComponents/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export const MobileButtonDropdown = ({
181181
)
182182

183183
export const Divider = () => (
184-
<div className="my-16 h-1 w-[10%] bg-[#a4a4f3] dark:bg-[#ffc7a7]" />
184+
<div className="my-16 h-1 w-[10%] bg-primary-high-contrast" />
185185
)
186186

187187
// All custom React components

0 commit comments

Comments
 (0)