Dropdown Shadow on Components
on the box/component, how can i put drop shadow on that using custom theme, like this: https://imgur.com/a/rlnroZt
thank you.
Imgur
Untitled Album
2 Replies
up
in your custom theme
.fi-ta {
@apply !shadow-lg;
}
nav.fi-tabs{
@apply !!shadow-lg;
}