We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e3bcfc commit aa7c2deCopy full SHA for aa7c2de
1 file changed
src/ui/components/Button/styles.scss
@@ -78,11 +78,11 @@ $default-font-size: 13px;
78
padding-top: 1px;
79
}
80
81
- // Small text is difficult to read against the bright Photon colors.
82
- // This isn't (yet) part of the spec but @tofumatt added it because
83
- // he thinks it improves accessibility.
84
- // See: https://github.com/FirefoxUX/photon/issues/264
85
- text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
+ // Small text is difficult to read against the bright Photon colors since
+ // it is blurry. This isn't (yet) part of the spec but added this because
+ // it improves accessibility. See:
+ // https://github.com/FirefoxUX/photon/issues/264#issuecomment-364927535
+ letter-spacing: 0.01rem;
86
87
88
0 commit comments