Skip to content

Commit a21af40

Browse files
committed
fix(backgroundlayers): add border to layer 2
1 parent 3b65a44 commit a21af40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/backgroundlayers/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ governing permissions and limitations under the License.
4343
--spectum-backgroundlayers-background-color: var(--spectrum-gray-75);
4444
}
4545
background-color: var(--spectum-backgroundlayers-background-color);
46+
border: 2px solid rgba(180, 180, 180, 0.25);
4647
}
4748

4849
.spectrum-BackgroundLayers--pasteboard {

0 commit comments

Comments
 (0)