chore(docs): Fix prettier warnings (#2952)

* chore(docs): Fix prettier warnings
This commit is contained in:
Pete Johanson 2025-06-01 13:02:39 -06:00 committed by GitHub
parent 461f5c832f
commit cb00077273
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 24 additions and 16 deletions

View file

@ -15,7 +15,8 @@
.powerEstimateBar {
height: 64px;
width: 100%;
box-shadow: rgba(0, 0, 0, 0.03) 0px 10px 20px 0px,
box-shadow:
rgba(0, 0, 0, 0.03) 0px 10px 20px 0px,
rgba(0, 0, 0, 0.1) 0px 1px 4px 0px;
border-radius: 64px;
display: flex;