F
Filament2y ago
Gush

Sidebar item with border-radius 0

Where can i globaly config to not have rounded corners Thanks.
No description
5 Replies
Saade
Saade2y ago
.fi-sidebar-item-button {
@apply rounded-none;
}
.fi-sidebar-item-button {
@apply rounded-none;
}
Gush
GushOP2y ago
in filament.css? didnt work, v2?
awcodes
awcodes2y ago
v2 has a different class name. inspect the source to find the appropriate class name to use.
Gush
GushOP2y ago
.filament-sidebar-item {
@apply rounded-none;
}
.filament-sidebar-item {
@apply rounded-none;
}
i did that but didnt work
Saade
Saade2y ago
my bad, didnt see v2 tag
.filament-sidebar-item > a {
@apply !rounded-none;
}
.filament-sidebar-item > a {
@apply !rounded-none;
}

Did you find this page helpful?