mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-28 07:04:10 +00:00
chore: addressed review comments
This commit is contained in:
@@ -82,7 +82,7 @@ const StyledWrapper = styled.div`
|
||||
.searchbar-icon-btn.active {
|
||||
color: ${(props) => props.theme.brand};
|
||||
background-color: ${(props) => rgba(props.theme.brand, 0.1)};
|
||||
font-weght: 500;
|
||||
font-weight: 500;
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import React from 'react';
|
||||
import { ColorSwatch, ColorSection } from './components';
|
||||
import { ColorSection } from './components';
|
||||
|
||||
// Catppuccin Latte (Light)
|
||||
const latte = {
|
||||
|
||||
Reference in New Issue
Block a user