// Draw background gradient then outline
drawGradient(x+2, y+2, x+width-2, y+height-2, theme.colorFill, theme.colorBorder);
drawRoundedRectangle(x+1, y+1, x+width-1, y+height-1, theme.colorFill, 5, DRAW_CORNERS_ALL);
// Draw background gradient then outline
drawGradient(x+2, y+2, x+width-2, y+height-2, theme.colorFill, theme.colorBorder);
drawRoundedRectangle(x+1, y+1, x+width-1, y+height-1, theme.colorFill, 5, DRAW_CORNERS_ALL);