Skip to content

Commit

Permalink
fix(viewer): set correct rgba value (DSP-1588) (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilchenmann committed Apr 30, 2021
1 parent 824d5aa commit 01daed4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@
}

.color-preview {
border: 1px solid rgba(33,33,33.5);
border: 1px solid rgba(33,33,33,.5);
border-radius: 4px;
padding: 3px 12px;
margin: 6px 0;
Expand Down

0 comments on commit 01daed4

Please sign in to comment.