Skip to content

Commit

Permalink
Remove border for icon (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
AudunSorheim authored Jan 12, 2024
1 parent 505432c commit 2e0d5bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/panels/PanelComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export const YellowWarningIcon = styled(ExclamationmarkTriangleFillIcon)`
height: 24px;
background: radial-gradient(circle at 50% 57%, var(--a-surface-default) 32%, 0, transparent);
color: var(--ac-alert-icon-warning-color, var(--a-icon-warning));
box-shadow: var(--a-shadow-xsmall);
`;

export const StyledPanel = styled.div`
Expand Down

0 comments on commit 2e0d5bc

Please sign in to comment.