File tree Expand file tree Collapse file tree 3 files changed +132
-91
lines changed
src/components/message-pane/message-item Expand file tree Collapse file tree 3 files changed +132
-91
lines changed Original file line number Diff line number Diff line change @@ -190,12 +190,11 @@ function FloatOptions(props: FloatingOptionsProps) {
190190 </ div >
191191 </ Show >
192192 < Show when = { showDelete ( ) } >
193- < div class = { styles . item } onClick = { onDeleteClick } >
193+ < div class = { cn ( styles . item , styles . delete ) } onClick = { onDeleteClick } >
194194 < Icon
195195 size = { 18 }
196196 name = "delete"
197197 class = { styles . icon }
198- color = "var(--alert-color)"
199198 />
200199 </ div >
201200 </ Show >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export const RawYoutubeEmbed = (props: {
3131 class = { styles . playButtonContainer }
3232 >
3333 < div class = { styles . playButton } >
34- < Icon name = "play_arrow" color = "var(--primary-color)" size = { 28 } />
34+ < Icon name = "play_arrow" size = { 28 } />
3535 </ div >
3636 </ div >
3737 </ Show >
You can’t perform that action at this time.
0 commit comments