mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
chore: addressed review comments
This commit is contained in:
@@ -474,7 +474,7 @@ const GlobalStyle = createGlobalStyle`
|
||||
}
|
||||
|
||||
.CodeMirror-brunoVarInfo .copy-success {
|
||||
color: ${(props) => props.theme.accents.GREEN} !important;
|
||||
color: ${(props) => props.theme.colors.text.green} !important;
|
||||
}
|
||||
|
||||
/* Read-only Note */
|
||||
@@ -487,7 +487,7 @@ const GlobalStyle = createGlobalStyle`
|
||||
|
||||
.CodeMirror-brunoVarInfo .var-warning-note {
|
||||
font-size: 0.75rem;
|
||||
color: ${(props) => props.theme.accents.RED};
|
||||
color: ${(props) => props.theme.colors.text.danger};
|
||||
margin-top: 0.375rem;
|
||||
line-height: 1.25rem;
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@ import React from 'react';
|
||||
import { useTheme } from 'styled-components';
|
||||
import { palette as darkPalette } from '../dark/dark';
|
||||
import { palette as lightPalette } from '../light/light';
|
||||
import { ColorSwatch, ColorSection } from '../PaletteViewer/components';
|
||||
import { ColorSection } from '../PaletteViewer/components';
|
||||
|
||||
export default {
|
||||
title: 'Design System/Theme',
|
||||
|
||||
Reference in New Issue
Block a user