Fix padding in action buttons

This commit is contained in:
Andrew Kingston 2022-04-07 15:38:51 +01:00
parent af4d3c0c21
commit 26fec60257
1 changed files with 0 additions and 4 deletions

View File

@ -80,8 +80,4 @@
.active svg {
color: var(--spectrum-global-color-blue-600);
}
.spectrum-ActionButton-label {
padding-bottom: 2px;
}
</style>