hypothesis / frontend-shared

UI components and styles for Hypothesis front-end applications
https://patterns.hypothes.is
5 stars 2 forks source link

Add fill attribute to pointer-up and pointer-down icons #1586

Closed acelaya closed 2 months ago

acelaya commented 2 months ago

Add a missing fill="currentColor" attribute to PointerUp and PointerDown colors. I added it to the svg files, and then regenerated icons.

Notice the color difference of the two bottom-left icons compored to the rest.

Before:

Captura desde 2024-06-19 09-04-09

After:

Captura desde 2024-06-19 09-04-15

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (b38f90b) to head (53c1f32).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1586 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 62 62 Lines 1041 1041 Branches 397 397 ========================================= Hits 1041 1041 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.