mirror of
https://github.com/facebook/react.git
synced 2026-02-26 07:55:55 +00:00
7 lines
127 B
CSS
7 lines
127 B
CSS
.Command {
|
|
background-color: var(--color-dimmest);
|
|
padding: 0.25rem 0.5rem;
|
|
display: block;
|
|
border-radius: 0.125rem;
|
|
}
|