fix room card topic hover style

This commit is contained in:
Ajay Bura 2024-05-19 07:08:40 +05:30
parent f80a614ef4
commit 2e92cdaf1f

View file

@ -23,6 +23,11 @@ export const RoomCardTopic = style({
WebkitLineClamp: 3,
WebkitBoxOrient: 'vertical',
overflow: 'hidden',
cursor: 'pointer',
':hover': {
textDecoration: 'underline',
},
});
export const ActionButton = style({