mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-10 14:38:16 +02:00
feat: migration to electron + next complete
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
import styled from 'styled-components';
|
||||
|
||||
const Wrapper = styled.div`
|
||||
font-size: 0.75rem;
|
||||
font-weight: 600;
|
||||
`;
|
||||
|
||||
export default Wrapper;
|
Reference in New Issue
Block a user