better outlining for preset list

main
Mike Fix 5 years ago
parent f7f00a83cf
commit 8b49b4de67

@ -54,6 +54,10 @@ const Preset = React.memo(({ remove, apply, selected, preset }) => {
flex: 0 0 96px;
margin-right: 8px;
}
.preset-container :global(button:focus) {
box-shadow: inset 0px 0px 0px 1px ${COLORS.SECONDARY};
}
`}
</style>
</div>

Loading…
Cancel
Save