Css düzenleeme
This commit is contained in:
parent
b75158bc01
commit
acfe8030dd
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ const List = () => {
|
|||
return (
|
||||
<Container>
|
||||
<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-neutral-700': mode === 'dark',
|
||||
})}
|
||||
|
|
|
|||
Loading…
Reference in a new issue