We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc8eea commit 9c6057fCopy full SHA for 9c6057f
packages/@adobe/spectrum-css-temp/components/menu/index.css
@@ -249,6 +249,7 @@ governing permissions and limitations under the License.
249
/* keyboard shortcuts are always ASCII, so use base font */
250
font-family: var(--spectrum-font-family-base);
251
unicode-bidi: plaintext;
252
+ text-align: end;
253
}
254
255
.spectrum-Menu-chevron {
packages/@react-spectrum/s2/src/Menu.tsx
@@ -293,6 +293,7 @@ let keyboard = style<{size: 'S' | 'M' | 'L' | 'XL', isDisabled: boolean}>({
293
marginStart: 8,
294
font: 'ui',
295
fontWeight: 'light',
296
+ textAlign: 'end',
297
color: {
298
default: 'gray-600',
299
isDisabled: 'disabled',
0 commit comments