Skip to content

Commit 9594028

Browse files
committed
console: Fix leading zero
1 parent ba02f2a commit 9594028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/webui/styles/variables/tokens.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ $tokens = {
182182
'box-warning-normal': 0 0 3px 2px rgba(219, 118, 0,.2), // Shadow for focused inputs and other elements that have errors.
183183
'box-panel-normal': 0px 1px 5px 0px rgba(0, 0, 0, .09),
184184
'box-button-normal': 0 1px 2px 0 rgba(0, 0, 0, .05),
185-
'box-button-bold': 0px 5px 10px 0px rgba(0, 0, 0, 0.2),
185+
'box-button-bold': 0px 5px 10px 0px rgba(0, 0, 0, .2),
186186
'box-modal-normal': 0px 4px 35px 0px rgba(0, 0, 0, .25),
187187
},
188188

0 commit comments

Comments
 (0)