Skip to content

Commit

Permalink
Merge pull request #422 from Barma-lej/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Barma-lej authored Oct 10, 2024
2 parents a24dbd7 + 07f67ee commit bcf8438
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const styles = css`
--lc-primary-text-color: var(--primary-text-color);
--lc-secondary-text-color: var(--secondary-text-color);
--lc-icon-color: var(--secondary-text-color);
--lc-toolbar-background: var(--lc-background);
/* --lc-toolbar-background: var(--lc-background); */
--lc-toolbar-text-color: var(--secondary-text-color);
--lc-toolbar-icon-color: var(--secondary-text-color);
--lc-divider-color: var(--entities-divider-color, var(--divider-color));
Expand All @@ -33,13 +33,14 @@ const styles = css`
display: flex;
flex-direction: column;
justify-content: space-between;
background: var(--lc-background);
/* flex: 1;
position: relative;
overflow: hidden; */
}
.preview {
background: var(--lc-background);
/* background: var(--lc-background); */
position: relative;
text-align: center;
Expand Down Expand Up @@ -260,7 +261,7 @@ const styles = css`
}
.toolbar {
background: var(--lc-toolbar-background);
/* background: var(--lc-toolbar-background); */
min-height: 30px;
display: flex;
flex-direction: row;
Expand Down

0 comments on commit bcf8438

Please sign in to comment.