sqlpage / SQLPage

Fast SQL-only data application builder. Automatically build a UI on top of SQL queries.
https://sql.datapage.app
MIT License
1.57k stars 89 forks source link

Button-component - Cancel icon is not displayed #475

Closed hasynjo closed 3 months ago

hasynjo commented 3 months 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 3 months ago

Thanks for reporting !

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