diff --git a/src/scenes/AlertAggListArchived/index.js b/src/scenes/AlertAggListArchived/index.js index 1e899a1..a09b5c6 100644 --- a/src/scenes/AlertAggListArchived/index.js +++ b/src/scenes/AlertAggListArchived/index.js @@ -69,7 +69,10 @@ export default withConnectivity(function AlertAggListArchived() { value={sortBy} > ( // )} value="createdAt" /> ( )} value="alphabetical" @@ -156,6 +170,12 @@ const useStyles = createStyles(({ wp, hp, scaleText, theme: { colors } }) => ({ sortByButton: { height: 32, width: 32, + alignItems: "center", + justifyContent: "center", + borderRadius: 6, + }, + sortByButtonSelected: { + backgroundColor: colors.primary, }, title: { fontSize: 13,