ui: make PowerControls buttons uppercase
This commit is contained in:
parent
1ead83383d
commit
38ff35873e
2 changed files with 4 additions and 2 deletions
|
@ -21,7 +21,7 @@ const PowerControls = () => {
|
|||
size={'xsmall'}
|
||||
color={'green'}
|
||||
isSecondary
|
||||
css={tw`mr-2`}
|
||||
css={tw`uppercase mr-2`}
|
||||
disabled={status !== 'offline'}
|
||||
onClick={e => {
|
||||
e.preventDefault();
|
||||
|
@ -35,7 +35,7 @@ const PowerControls = () => {
|
|||
<Button
|
||||
size={'xsmall'}
|
||||
isSecondary
|
||||
css={tw`mr-2`}
|
||||
css={tw`uppercase mr-2`}
|
||||
disabled={!status}
|
||||
onClick={e => {
|
||||
e.preventDefault();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue