1
0
Fork 0

Closes #3268 - Change Tab Favicon Border Radius to 4 (#3856)

master
Emily Kager 2019-07-02 14:42:20 -07:00 committed by Sawyer Blatz
parent ce2d597af3
commit 99209aa9da
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ class TabViewHolder(
private const val TAB_ITEM_TRANSITION_NAME = "tab_item"
const val LAYOUT_ID = R.layout.tab_list_row
const val buttonIncreaseDps = 12
const val favIconBorderRadiusInPx = 8
const val favIconBorderRadiusInPx = 4
}
}