lovasoa / SQLpage

SQL-only webapp builder, empowering data analysts to build websites and applications quickly
https://sql.ophir.dev
MIT License
880 stars 62 forks source link

Button-component - Cancel icon is not displayed #475

Closed hasynjo closed 1 day ago

hasynjo commented 2 days ago

In the button-component the cancel icon is not displayed.

Reproduction

SELECT 'button' AS component;
SELECT 'Floppy icon is displayed' AS title
     , 'device-floppy'            AS icon
     , 'teal'                     AS outline;
SELECT 'button' AS component;
SELECT 'Cancel icon is not displayed' AS title
     , 'cancel'                       AS icon
     , 'yellow'                       AS outline;

Screenshot

cancel_button_bug

Expected behavior

cancel_button_bug_fixed

Version information

lovasoa commented 1 day ago

Thanks for reporting !

I just updated to the latest tabler icons with the cancel icon: https://tabler.io/icons/changelog