Skip to content

Commit abe9831

Browse files
committed
Core: FAB - tweak fab label styles
1 parent a219dcd commit abe9831

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/core/components/fab/fab.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,10 @@
222222
.fab-label {
223223
position: absolute;
224224
top: 50%;
225-
padding: 4px 8px;
225+
padding: 4px 12px;
226226
border-radius: 4px;
227227
background: #fff;
228-
color: #666;
228+
color: #333;
229229
white-space: nowrap;
230230
transform: translateY(-50%);
231231
pointer-events: none;

0 commit comments

Comments
 (0)