Make the buttons round again (#9367)

* make the base button round

* some miscalleaneous tweaks
This commit is contained in:
Samuel Newman
2025-11-11 02:01:41 +02:00
committed by GitHub
parent 5208aa4a65
commit bcd0e40192
7 changed files with 8 additions and 13 deletions
-1
View File
@@ -71,7 +71,6 @@ export function ListsScreen({}: Props) {
label={_(msg`New list`)}
testID="newUserListBtn"
color="secondary"
variant="solid"
size="small"
onPress={wrappedOnPressNewList}>
<ButtonIcon icon={PlusIcon} />