Css düzenleeme

This commit is contained in:
Sedat Öztürk 2025-09-22 00:42:21 +03:00
parent b75158bc01
commit acfe8030dd

View file

@ -39,7 +39,7 @@ const List = () => {
return ( return (
<Container> <Container>
<div <div
className={classNames('flex items-center border-b-2 border-solid gap-1 pb-1', { className={classNames('flex items-center border-solid gap-1 pb-1', {
'border-gray-100': mode === 'light', 'border-gray-100': mode === 'light',
'border-neutral-700': mode === 'dark', 'border-neutral-700': mode === 'dark',
})} })}