Fix padding in action buttons

This commit is contained in:
Andrew Kingston 2022-04-07 15:38:51 +01:00
parent 7a2a7bfc87
commit 2d3618eab0
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>