Skip to content

Commit

Permalink
fix: Make sure Tiles always have a solid background color (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
timogasda authored Nov 17, 2022
1 parent e42bba8 commit 0fb6200
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tiles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ $gutter: awsui.$space-grid-gutter;
box-sizing: border-box;
border: styles.$control-border-width solid awsui.$color-border-input-default;
border-radius: awsui.$border-radius-tiles;
background: awsui.$color-background-input-default;
padding: awsui.$space-xs awsui.$space-scaled-m;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 0fb6200

Please sign in to comment.