AlaskaAirlines / auro-alert

Custom element that renders errors, warnings, and other inline notifications with automated styling elements
https://auro.alaskaair.com/components/auro/alert
Apache License 2.0
0 stars 1 forks source link

auro-alert: border thickness different for users #24

Closed leeejune closed 2 years ago

leeejune commented 2 years ago

Describe the bug

On my environment (Chrome) the border thickness of alert is 3px. However, Jose Escrig reported that the border thickness is 1.5px on his browser (Chrome).

To Reproduce

Steps to reproduce the behavior:

  1. Go to alert page
  2. See thickness

Expected behavior

The thickness should be 1px.

Screenshots

My screen: Screen Shot 2022-06-22 at 4 17 51 PM

Jose's screen:

Screen Shot 2022-06-22 at 4 26 59 PM

Desktop (please complete the following information):

Additional context

I am not sure what the original design was. I checked the .scss file and the thickness is set as border-width: var(--auro-border-width-thick). This design token does not exist in our doc site.