R Shiny's shinyalert "X" image issue

220 Views Asked by At

I am working on an R shiny app that uses shinyalert to inform the user of errors. The function works great, but for some reason the "X" image is distorted. I'm assuming this is a possible css issue. Hoping someone can shed some light on this issue and possible solutions!

Code:

shinyalert::shinyalert(title = "Error!", 
                                       text = e$message, 
                                       type = "error")

Screen shot:

1]

0

There are 0 best solutions below