thomas-lowry / figma-plugin-ds-svelte

Figma Plugin DS components made with Svelte
MIT License
180 stars 26 forks source link

Setting the background color of the tertiary btn #3

Closed MatteoGauthier closed 4 years ago

MatteoGauthier commented 4 years ago

The background color keep default user agent values, the background-color: buttonface initial value change the color. I think the value initial may be enough to fix this issue.

Config : Windows, Chrome Version 80.0.3987.149

Tested with Chrome Incognito

Actual visual : image

Visual with background: initial image

thomas-lowry commented 4 years ago

Thank you!