Skip to content

Commit

Permalink
Merge pull request #324 from LionelVallet/main
Browse files Browse the repository at this point in the history
fix: Lara Tooltip shadow
  • Loading branch information
atakantepe authored Sep 26, 2024
2 parents 1b496ac + eba9185 commit 7bda6d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions presets/lara/tooltip/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export default {
class: [
// Position and Shadows
'absolute',
'shadow-md',
'p-fadein',
// Spacing
{
Expand Down Expand Up @@ -45,6 +44,6 @@ export default {
]
}),
text: {
class: ['p-3', 'bg-surface-600 dark:bg-surface-600', 'text-white', 'leading-none', 'rounded-md', 'whitespace-pre-line', 'break-words']
class: ['p-3', 'bg-surface-600 dark:bg-surface-600', 'text-white', 'leading-none', 'rounded-md', 'shadow-md', 'whitespace-pre-line', 'break-words']
}
};

0 comments on commit 7bda6d8

Please sign in to comment.