mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-09 18:33:05 +02:00
Fix button style
This commit is contained in:
@@ -173,7 +173,7 @@ export const DetailsSlideOver: React.FunctionComponent<IDetailsSlideOverProps> =
|
||||
<li className='list-disc'>
|
||||
<button
|
||||
key={item.file}
|
||||
className='hover:text-[var(--frontmatter-link-hover)]'
|
||||
className='text-left hover:text-[var(--frontmatter-link-hover)]'
|
||||
onClick={() => remapMetadata(item)}>
|
||||
{item.file}{item.metadata.title ? ` (${item.metadata.title})` : ''}
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user