Skip to content

Commit

Permalink
fix: minor styling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
KonnorRogers committed Dec 27, 2022
1 parent eeae3c2 commit b35b6b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/elements/attachment-editor.ts
Expand Up @@ -44,7 +44,7 @@ export class AttachmentEditor extends BaseElement {
button {
background-color: white;
border: 1px solid var(--button-border-color);
border: 1px solid var(--rhino-button-active-border-color);
border-radius: 9999px;
display: flex;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/editor.ts
Expand Up @@ -18,7 +18,7 @@ export default css`
/* Regular buttons */
--rhino-button-text-color: #889;
--rhino-editor-border-color: #cecece;
--rhino-button-border-color: #cecece;
--rhino-button-background-color: hsl(var(--rhino-button-background-color-hsl));
--rhino-button-background-color-hsl: 219 26% 95%;
Expand Down

1 comment on commit b35b6b7

@vercel
Copy link

@vercel vercel bot commented on b35b6b7 Dec 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.