1
0
Fork 0
mirror of synced 2024-10-02 01:56:57 +13:00

Fix padding in action buttons

This commit is contained in:
Andrew Kingston 2022-04-07 15:38:51 +01:00
parent af4d3c0c21
commit 26fec60257

View file

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